by Divi Designer | Apr 4, 2024 | Divi
In this layout, we incorporate a gallery module. Within the gallery module, we include titles and captions. Next, we wrap them in a wrapper using JavaScript. Utilizing a combination of CSS and additional JavaScript functionality, we create an animation upon hover with...
by Divi Designer | Apr 3, 2024 | Divi
This video explains on how to display a image as a background in section area when a user hovers on image module. Video...
by Divi Designer | Mar 21, 2024 | Divi
By default, the links will look like this. With our CSS, you can make the pagination links like buttons. CSS: .et_pb_posts .pagination a { display:inline-block; border:2px solid; border-radius:30em; text-decoration:none; padding:2px 10px; transition:.5s;...