Open a Blog Post in New Tab in Divi

Open a Blog Post in New Tab in 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...
How To Add Zoom-In Hover Effect To The Images Modules In Divi

How To Add Zoom-In Hover Effect To The Images Modules In 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...
How to continuously rotate an image using CSS in Divi

How to continuously rotate an image using CSS in 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:...