Divi is great, but you don't always need all the features. I often find myself not using the "Projects" post type, and prefer to hide it to keep the back end simple for my clients. It's easy to do, just add the following code to the end of your functions.php file: //...
Knowledge base
Divi
Remove Trailing Zeros on Woocommerce Prices
Want to get rid of those annoying zeros after the decimal place on your website? Fortunately it's nice and easy! Simply open up your theme functions.php file, and add the following to the end. // REMOVE TRAILING ZEROS ON PRICES add_filter(...
Autoplay Videos in Divi
Setting videos to autoplay has bugged website developers for years, and in Divi there are no default options to Autoplay your videos. Some people suggest setting your video as a background to allow autoplay, but this comes with its own issues (like setting the...