The following applies to working with Divi within the Chrome Browser. The issue is cached files. The goal is to clear your browser’s local cache so the newly updated files can be downloaded. Open Chrome Go to your website and login Hit the F12 key / or right...
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...
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...
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);...
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...
The Setup I created an FAQ (frequently asked questions) page for a client’s website recently using the Divi theme, and I was wanting to make the interaction with the FAQ’s toggled elements more user friendly. I had set all toggled modules to be closed at...