by dan | Dec 30, 2020 | Divi
If you want to shift the background on one of your Divi Theme sections, you can do with Divi's position settings. For example, suppose you have a section with a background, and some content (an accordion in this case), like so: You can shift the entire section up...
by dan | Dec 29, 2020 | Divi
If you need to hide the main header on a single post in the Divi theme, here's how to do it. 1. Open the Post settings 2. Switch to the "Advanced" tab 3. Enter the following Custom CSS: #main-header { display: none; } #page-container { padding-top: 0 !important; }...
by dan | Dec 27, 2020 | Divi
On mobile devices the Divi theme collapses the header menu items into a dropdown menu, accessible via the mobile menu button. Sometimes though, it's useful to be able to add a link or two next to the mobile menu button, separate from the mobile menu, as shown: This...
by dan | Nov 29, 2020 | Divi
Divi Booster lets you add a second button to your Divi Slider module slides. Adding a Second Slide Button With Divi Booster installed, you'll find the following options added to the Slide Settings: Slide Settings > General > Text > Button #2 Text Slide...
by dan | Nov 25, 2020 | Divi
When you hide the logo in the Divi, you may notice that a request for the logo image is still made by the page. This is because the logo image is hidden, but is still referenced by the HTML source of the page. So the browser loads the image in anticipation of the logo...