by dan | Nov 24, 2017 | Divi, Features
Changing the Height of Divi Sliders How to achieve responsive slider heights in Divi Setting the height of sliders in the Divi Theme (and other sites using Divi Builder) can be a surprisingly difficult task. Here's how to take control of your sliders and get them to...
by dan | Feb 24, 2016 | Divi, Features
When you first view a Divi Theme gallery, the images will "slide in" from the left. If you don't want this slide in effect on your gallery images, you can disable it with the following CSS: .et_pb_gallery_item { -webkit-animation: none !important; -moz-animation: none...
by dan | Feb 24, 2016 | Divi, Features
Normally the Call-to-Action (CTA) buttons in the Divi Theme adjust in size to fit the text they contain. If you'd prefer to have a standard button width throughout your site, here's how to do it. Setting the Minimum Button Width using CSS To have a standard button...
by dan | Feb 10, 2016 | Divi, Features
Make Full Width Header Scroll Down Icon "Bounce" (like this) ? The Divi Builder's full width header module comes with an option to have a scroll down button, which indicates to the user that there is more content to follow. To draw further attention to this, you...
by dan | Feb 5, 2016 | Divi, Features
By default, the Divi Theme logo links back to the homepage. But this can easily be changed with the following jQuery snippet: jQuery(function($){ $('.logo_container a').attr('href','https://www.google.com'); }); Just change https://www.google.com to your desired URL....
by dan | Feb 4, 2016 | Divi, Features
Ever wish you could click anywhere on your Divi Builder Slider module and be taken to the post, rather than having to click on the button. Now you can… Method #1: Using Divi Booster – New Way As of Divi Booster 2.3.9, there is a convenient option to add a...