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...
by Ganga | Sep 16, 2020 | Divi
In this tutorial, we will learn about changing the default slider arrow icon using simple CSS code. on your WordPress Divi Website. CSS Class: dp_ganga_slider_arrow CSS code: .et_pb_slider.dp_ganga_slider_arrow .et-pb-arrow-prev {opacity: 1;left:...
by Ganga | Sep 15, 2020 | Divi
In this tutorial, we will learn about rotating an image module continuously in using simple CSS code. on your WordPress Divi Website. Give the CSS class: rotate CSS code: .rotate { animation: rotation 8s infinite linear;}@keyframes rotation { from { transform:...