Fix too small images in Div

Alright, so Divi has this weird behavior where images scale within the Image Module only to their maximum original px size.This can then result in you telling an image module to have a width of 60% for instance, but the … Read more…

Custom Cursor in Divi

This is a little script that let’s you add a custom cursor to your website. You can get the links to the uploaded images in your Media Library. The following code needs to be placed in “Divi Options -> Integration … Read more…

A little Thumbnail effect for Divi

This is a little Trick to create simple animated hover effects for thumbnails in Divi.A video tutorial will follow soon! This is the code that needs to be added to the Divi Theme Options: This is the code for the … Read more…

Code for automatic next/prev buttons

The following code can be used to automatically create links for next/prev buttons, so that you don’t need to define them manually. I don’t have a video Tutorial for this yet. So if you are interested in this function, let … Read more…

Adding a favicon in Divi

A favicon is the image that is show in the tab. You can easily change it by going to the Theme Customizer -> General Settings -> Site Identity

Fix “scroll to #anchor” in Divi

So, sometimes in certain situations the Linking to a specific anchor point (#ID) in Divi breaks. Luckily there is a function that should fix that issue. Simply add the following lines of code to the Head of your website (Divi … Read more…