


Better layout for password protected pages in Divi
How to Use It Download and install the plugin by Divi Booster called Divi Password Box WW purchased Enable password protection on your page / post Enable the Divi Builder and design the page your users will see (after entering the password) Create a section to contain...
How to customise the spacing on the Divi Blurb module
It’s an easy fix to customise the blurb module in Divi By default the gap between the image or the icon and the title is quite big. Too big in my opinion for most uses. So I pretty much always need to customise the blurb module. The module looks pretty gappy if...
How to create inline buttons in Divi
If ever you need to place buttons side-by-side in the same column, this tutorial is for you. To achieve this button layout, there are two steps. Begin by adding the following CSS to either your child theme’s stylesheet, or at page level by adding it to the Custom CSS...
CSS to customise the Divi Login module
It’s super easy to edit the login module using CSS added to the modules advanced fields. To remove the first column of text fields add this to the Login Description custom css area in the advanced settings onthe Divi Login module. display: none; margin: auto;...