dan

Setting the Divi Theme Sidebar Background Color

The Divi Theme has a flexible sidebar which can be positioned on either the left or right of the page (or hidden altogether). Unfortunately, the way that the sidebar is structured actually makes it very difficult to set the background color with margins, etc, that...

read more

Removing the Divi Theme Dividing Line

By default the Divi Theme displays a dividing line between the main content and the sidebar. It's possible to remove this dividing line using CSS, like so: .container:before { background-color:transparent !important; } .et_pb_widget_area_right { border-left:0...

read more

Adjusting the Divi Page-Container Padding-Top

If you're doing customization work on the Divi Theme's header, you may find you need to adjust the top padding of the page-container div element, in order to move the rest of the page content up or down. It's relatively easy to adjust this padding, but it is not...

read more

Fix Vantage Theme Menu Scroll Bug

There is a bug in the way the SiteOrigin's Vantage Theme handles its sticky menu. In order to achieve the sticky menu effect, the theme checks if the user has scrolled down far enough, and if so creates a copy of the current menu bar and places it in a fixed position...

read more

Change Font Size in Single Divi Text Module

Brent asks "Is it possible to change the font size in only one text module with CSS in Divi?" It is indeed possible in the Divi Theme to change the font size on a single text module. Here are two ways to do it. Changing the Font Size in the Text Module Settings The...

read more

Adding CSS to the Divi Theme

Many of my Divi Theme tips and tricks will involve adding some CSS to your theme. Here is how to add your own CSS to the Divi Theme. Adding CSS to Divi via the Theme Options The easiest, and perhaps best way to add CSS to the Divi Theme is via the Custom CSS box in...

read more