Divi Tips

TIPS
Divi Tips

View All

Make Divi footer stick to bottom on short pages

If you want make the footer display at the very bottom for short content pages, you can use the code below. Paste this in the Divi Options/Ingergration area in the header section. [php] <script> jQuery(function($){ function stickyFooter(){...

read more

Change Logo on Mobile – Divi Theme

If you want to add a different logo to your header for different screen resolutions, you can use the code below. Change the URLs to point to your images. You can also adjust the width value to whatever you like. [php]<script> jQuery( document...

read more
WooCommerce Tips

View All

How to replace Howdy message in WordPress

I'm guessing someone in Texas had something to do with the word "Howdy" being the welcome prefix in WordPress. It's easy enough to change. Add the function below to your child theme functions.php file. [php] /* replacing Howdy with Hello */...

read more