by sbernado | Jul 10, 2023 | Blog
The world of website design continues to evolve at a rapid pace. nonprofit organizations, in particular, need to stay up-to-date with the latest trends to effectively communicate their mission and engage with their audience. A visually appealing and user-friendly...
by sbernado | Jul 15, 2022 | Blog
Divi Builder not loading for you in the Chrome Browser? Try this… Open Chrome Go to your website Press F12 Right-click the Refresh button in the top menu (just to the right of the back/forward button) Click “Empty Cache and Hard Reload” That’s it! Hope...
by sbernado | 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 sbernado | 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 sbernado | 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 sbernado | 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,...