dan

Setting Up the Divi Full-Width Slider

The Divi Theme comes complete with a built-in full-width slider module. Here's a quick guide to setting it up (and avoiding one of its biggest pitfalls). Note: see this post if you'd like to set up a fullscreen Divi slider with menu / logo overlay. Step 1: Create a...

read more

Changing the Width of the Divi Sidebar

The Divi Theme sidebar is quite narrow, and you may find yourself wanting to increase its width. Changing the Sidebar Width in Divi Recent versions of Divi include an option for setting the sidebar width. To set the sidebar width: From your WordPress dashboard, go to...

read more

Floating a Q2W3 Fixed Widget in Divi

The Q2W3 Fixed Widget (Sticky Widget) plugin allows you to mark individual widgets as sticky, meaning that when you scroll up the page they will stay in position on the screen, rather than scrolling out of sight with the rest of the content. A good use for the plugin...

read more

CSS Media Queries for the Divi Theme

The Divi Theme uses a responsive design, meaning it adjusts its layout to look good on any size of screen. This is achieved using CSS styles targeted at particular screen sizes using a technique called "media queries". If we're looking to make changes to Divi using...

read more

Adding a Video Background to the Divi Theme

Divi has a nice option to add a video background to page sections. This lets you show videos instead of simple images behind your content. This post explains how to add a video background section to your Divi layouts. Step 1: Create a New Page Hopefully you know how...

read more

Stop Facebook Showing Old Page Titles

When you share a link on Facebook, the link is displayed in your Facebook post along with the page title that Facebook retrieves from your site. However, if you've recently updated the page's title, you may find that Facebook continues to show the old title. This...

read more

Remove Artisteer Widget Borders

If you find that your Artisteer Theme has unwanted borders around images in widgets, you can remove theme with the following CSS: .widget img { border:none !important; }

read more

Fixing the Team Member Description Bug

There is a minor bug in the Divi Theme which can occur when you use team member modules within a specialty section. The Divi theme incorrectly applies a 350px margin to the team member descriptions, meaning that the team member descriptions appear under the wrong...

read more

Adding a Semi-Transparent Background to the Divi Header

If you'd like to add a semi-transparent background to the Divi Theme header bar, you can do so by adding the following CSS to your theme: #main-header::after { content: ""; background-image: url('myimage.png'); background-size:cover; opacity: 0.5; top: 0; left: 0;...

read more