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 | Dec 6, 2018 | Blog
The issue: You have a Gravity Form on your page, and it is located below the fold of the page. Once the form is submitted, the confirmation message is not visible, since the page is refreshed. The confirmation message exists, but it is hidden further down the page....
by Scott Bernadot | Aug 17, 2017 | Blog
Want to blur your background parallax image using CSS? Give the section with the background parallax image a class of pbgoverlay Add this code to your CSS file or Theme Options CSS section: .pbgoverlay .et_parallax_bg::before { background-color: rgba(255, 255, 255,...
by Scott Bernadot | Apr 6, 2017 | Blog
Recent upgrade of WooCommerce left my “store wide notice” scrolling with the page. Just add this code to your CSS file to fix it: p.demo_store{position:fixed;}
by Scott Bernadot | Mar 27, 2017 | Blog, Online Reviews & Reputation Management
Online reviews impact your business. 91% of consumers regularly or occasionally read online reviews source: BrightLocal 2016 Survey Good or bad, it’s no secret that what people are saying about your business online can have a direct affect on your reputation...