The Divi Theme’s portfolio module gives you the option of displaying your projects as a series of thumbnails (grid view). To adjust the size and spacing of the images in your thumbnail grid, you can use the following CSS:Related Post: Adding CSS to the Divi Theme It...
Divi Booster
Divi Booster Plugin
The Ultimate Divi Plugin for Effortless, Feature-Rich Sites Divi Booster was the first Divi plugin ever released and has been under continual development ever since. It adds the features to Divi that you need to get your site done quickly and well.No Code Required...
Divi Booster Plugin FAQs
Can I use it on more than one site? What about my clients' sites? Yes! Divi Booster is licensed for use on unlimited sites. This means you can install it on any or all of your own sites, and on any or all of your client's sites. But please don't share your copy of...
Divi Booster Plugin Features
Divi Booster Feature List I'm constantly adding new Divi configuration options to Divi Booster. Here's the full list of features. If there is something you'd love to see added, please let me know in the comments and I'll do my best to add it. NB: Features marked (E)...
How to Hide Divi Booster in the WordPress Admin
Divi Booster adds the CSS, JS, and PHP code it generates to the theme on the fly, to save modifying the core theme files and potentially damaging them. This means that if you disable or uninstall Divi Booster all its effects are lost (until you re-enable it, at...
Change the Height of the Divi Header
To change the height of the Divi Theme header, you can do so by adding CSS to Divi, like so:A couple of notes: This sets the minimum height rather than the absolute height to allow the header to grow if you add more content too it. The first min-height sets the...
Changing the Background Color in Divi
To change the background color in the Divi Theme, you can do so by adding CSS to Divi, like so: #main-content { background-color: green !important; } This will set the background on the main content, but leave the header and footer untouched.
Changing the Default Divi Font Size
If you'd like to change the default font size in the Divi Theme, you can do so by adding CSS to Divi, like so: body { font-size:130% !important; } This will change the font-size of many components, such as there text in fonts, in the footer and in the sidebar. Note...
Adding PHP code to the Divi Theme
Some of my fixes for the Divi theme require PHP code to be added to make the required change to the theme. This post briefly covers the various options and their various advantages.To add PHP code to the Divi Theme, you can: Use Divi PHP Code Module - to add PHP...
Hide the Divi Header Navigation Links
If you'd like to hide the navigation links (including the search icon) in the Divi Theme's standard header, here are several options.Hide the Divi Header Menu within Divi Settings It's possible to remove the menu links and search icon within Divi itself. To do so: 1....