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...
by Ganga | Apr 1, 2021 | Divi
In this tutorial, I am going to show you how to design an awesome Divi header, make it sticky with the help of the Divi 4.0 theme builder. Code Snippet: /* — Blurb Module — */ .et_pb_blurb_container { position: relative; top: 5px; width: 200px; } /*...
by Ganga | Feb 8, 2021 | Divi
In this tutorial, we will learn about changing the default blog post open in the same tab to open blog post to new tab with help of javascript.on your WordPress Divi Website. CSS Class: ganga-module Code Snippet: Place the Code between <script...
by Ganga | Sep 17, 2020 | Divi
In this tutorial, we will learn about adding the Zoom-In hover effect to Divi Image Module using custom CSS on your WordPress Divi Website. CSS Class: et-zoom-in CSS code: .et-zoom-in.et_pb_image:hover img,.et-zoom-in .et_pb_image_wrap:hover img,.et-zoom-in a:hover...