by Scott Bernadot | Apr 14, 2021 | Divi Theme
Here is the code to change the H2 (Title Text) element’s color on hover (mouseover) of any part of the Call To Action module. Without this CSS snippet, the color would only change when the actual Title Text was hovered over: Give the module a class name:...
by Scott Bernadot | Aug 27, 2020 | Blog, Divi Theme
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...
by Scott Bernadot | Aug 24, 2020 | Blog, Divi Theme
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...
by Scott Bernadot | Mar 25, 2017 | Divi Theme
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...
by Scott Bernadot | Mar 6, 2017 | Divi Theme
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);...
by Scott Bernadot | Mar 1, 2017 | Divi Theme
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...