by Ganga | Apr 7, 2022 | Divi
In this blog, I am going to explain to you, how to change multiple images when clicking on text or blurb module. CSS Code: Copy Code Copied Use a different Browser .video-not-first { display: none; } .video-item-cursor { cursor: pointer; } @media all and...
by Ganga | Feb 27, 2022 | Divi
In this blog, we are going to learn about the way to make full-width Divi mobile menu This code will work for all Divi WordPress website Paste the below code to Theme Options. Copy Code Copied Use a different Browser .container.et_menu_container { width: calc( 100%...
by Ganga | Jan 22, 2022 | Divi, WooCommerce
In this blog, we are going to learn about the way to add coupon codes with product count in the cart. This code will work for all woocommerce WordPress website Paste the below code to funcation.php file. Copy Code Copied Use a different Browser add_action(...
by Ganga | Sep 10, 2021 | Divi
In this blog, you are going to learn about super-easy ways to remove payment options without breaking your site or pulling your hair off. With help of this code, you will be able to disable payment gateway system from WooCommerce checkout. Copy and paste the code to...
by Ganga | Sep 5, 2021 | Divi
With help of this code, you will be able to disable or remove shop page on woocomerce website. Copy and paste the code to snippet plugin section which I have mentioned in the video Last you need to add redirection to homepage using the Redirection plugin Copy Code...