Divi and WordPress Articles

Customising Divi & WordPress with CSS, JQuery and PHP with tips and tricks of the trade.

How To Stop First Divi Accordion Opening

How To Stop First Divi Accordion Opening

If you don't like the way the Divi Accordion opens the first item by default, this code is the the solution. We also add a sprinkling of style! This tutorial will overcome this problem with a few lines of jQuery and CSS. If you don't know where to put the code check...

Remove Tooltips from Divi Gallery Images

Remove Tooltips from Divi Gallery Images

Hey Divi Workers. So, you've created your cool looking Divi Gallery and you're feeling proud of the way it looks..... until you hover over the image and ugghh, that horrible tooltip showing the title. Simple,  just get rid of the title. Mmmm, not so simple, what about...

Do You Need a Divi Child Theme?

Do You Need a Divi Child Theme?

Firstly, we are talking about blank Divi Child Themes, not fully built Child Themes. Okay, you've been told that you need a Child Theme for Divi. Is this true? Not entirely! Let me explain. If your plan is to use the Divi Theme and your intention is to use the myriad...

How To Style Part of a Divi Accordion Title

How To Style Part of a Divi Accordion Title

If you've ever wanted to style part of your accordion, you will have come across a stumbling block because Divi doesn't allow HTML to be added to these titles so only the whole title can be styled. This tutorial will overcome this problem with a few lines of jQuery...

How to Add Custom Scripts in Divi

How to Add Custom Scripts in Divi

Okay, you've found some snippets of jQuery or JavaScript code to enhance the functionality of your website but don't know where to put it. No problem, there are a few options you have.   Method 1 - This will run code on every page of the website. Go to Divi Theme...

How to Change the Default Text Selection

How to Change the Default Text Selection

A lot of copying and pasting of text happens on webpages and if you want yours to be different then you need to customise how the text looks when it’s been highlighted. This can be changed to match the look of your website. This heading has the default text selection...

How to Change “Read More” Link Text

How to Change “Read More” Link Text

Not everybody wants the default "Read More" text for the link to the full WordPress post so here is a super quick tip to change it with a few lines of jQuery. Add the following code. If you don't know where to put the code check out this tutorial. jQuery( document...