Please ensure Javascript is enabled for purposes of website accessibility

Max-Height of Divi Blurb Images

Use this CSS code to limit the height of your blurb images. Great if you want to make your blurb images all the same height. .et_pb_main_blurb_image img {height: 250px;} Set height to your desired number of...

Divi | Add line between submenu links

Here’s a quick bit of CSS to add a line separator between links in the submenu: #top-menu li li a{border-bottom:3px solid #40593e;} Change / add properties to this element. For example, if you wanted a white line a the separator and wanted to change the...

Divi | Blur Background Parallax Image

Want to blur your background parallax image using CSS? Give the section with the background parallax image a class of blur Add this code to your CSS file or Theme Options CSS section: .blur .et_parallax_bg { -webkit-filter: blur(15px); -moz-filter: blur(15px);...
Divi: Add Projects to Search Results

Divi: Add Projects to Search Results

Did you know that by default, the WordPress search function does not include the Divi Projects content within your results? In fact, all custom post types are excluded by default — nothing personal against Divi. Now I have a client website, Overhead Door Company...