Articles Related ToCode Snippets

Divi Button Tabs [DOWNLOAD]

Divi Button Tabs [DOWNLOAD]

Recently a question was asked in one of the Divi Facebook groups about how to achieve a particular effect using Divi. By manipulating the native Tabs module using pure CSS I was able to recreate the desired effect. Here is the link to download the JSON file if you're...

WordPress Custom Login page fix redirect on error

WordPress Custom Login page fix redirect on error

While working on a client site recently I noticed that when using a custom login form (such as a page with Divi's Login module), when a user enters incorrect login credentials they're redirected to the wp-admin login instead of back to the custom form. This is less...

Make Divi Header Phone Number Clickable

Make Divi Header Phone Number Clickable

For whatever reason, the phone number in the Divi header isn't clickable by default. Sure, many mobile phones will automatically detect the phone number and, when highlighted, will allow users to call the number but it feels like it should just be a clickable element...

Custom Bullet List Icons in Divi

Custom Bullet List Icons in Divi

There are a few extremely handy HTML elements I find myself using a lot in web design. One of these elements is an unordered list (<ul>), also known as a bulleted list. Not only are they semantically helpful when it comes to making sure search engines understand...

Blur a Section on Page Scroll

Blur a Section on Page Scroll

Sometimes the simplest effects can leave a big impression. That's what we have here today, a simple bit of jQuery that creates a pretty cool effect to help your website stand out. Here's the effect we're going to create today: It's not the cleanest loop ever but you...