Divi Booster Plugin

Get Divi Booster

The original and best Divi plugin

  • Adds hundreds of new options to Divi
  • Save time and avoid coding
  • Get your site looking the way you want

Automatic updates. No recurring fees.
90 day refund guarantee.

Check out Divi Booster's Features »

All Divi Plugins by Divi Booster

In addition to the ever popular Divi Booster, we develop a wide range of plugins designed to help you get the most out of Divi.

Most Popular Divi Plugins

"I use multiple plugins by this developer, and would highly recommend them all." – Karrie

Divi Booster plugin by Divi Booster

Adds hundreds of new options to Divi

Divi LearnDash Kit

Better Divi and LearnDash Integration

Divi Show / Hide Button

Show and hide content with a click

Divi Easter Plugin

Decorate your site this Easter with our cracking Easter-themed Divi plugin.

Divi Easter Icons

Add Easter and Spring icons to Divi

Divi Booster

Divi Booster adds all the features you need to build awesome sites in Divi.  

Divi Booster

Adds hundreds of new options to Divi

Divi Gallery Booster

Divi Booster's gallery module options only

Divi Modules

Improve your pages and layouts with these custom Divi modules 

Divi PHP Code Module

The easy way to add PHP code to Divi

Divi Show / Hide Button

Show and hide content with a click

Divi Password Box Module

Better-looking password protected pages

Divi Code Snippet Module

Syntax-highlighted code snippet module

Divi Breadcrumbs Module

Automatic SEO-ready breadcrumbs module

Divi Search Results Module

Dynamic Search Results

Divi Recipe Module

Display your recipes, beautifully

Divi Advent Calendar Module

Boost holiday season goodwill and sales

Divi QR Code Module

Easily add QR Codes to your pages

Divi Extensions

These powerful tools add special-purpose capabilities to your Divi site

Divi Copy & Paste Plugin

Streamline your Divi workflow

Divi Dynamic Content Extended

Enhancements to Divi's Dynamic Content feature

Divi Shortcode Enabler

Runs shortcodes where Divi doesn't

Divi Transitions Plugin

Page transition effects for Divi

Divi Compatibility Kits

Our "kits" make plugins you already use work better with Divi

Divi LearnDash Kit

Better Divi and LearnDash Integration

Divi ARMember Kit

Better Divi and ARMember Integration

WordPress Plugins

Our WordPress plugins can be used to enhance any WordPress theme

Divi Christmas Fonts

AI generation of targeted call-to-actions

Divi Bundles

Save 40-60% with our hand-picked Divi Plugin Bundles

Divi Agency Bundle

Save 60% with our best plugins for agencies

Divi Designer Bundle

Save 50% with our best plugins for designers

Divi Blogger Bundle

Save 40% with our best plugins for authors

Latest Divi Theme Tips

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...

Add a "Sticky" Widget Area in Divi Theme

A "sticky" widget area lets you add widgets to your theme and have theme remain on display while the user scrolls down the page. Here's how to add a "sticky" sidebar widget area to the Divi Theme. What is a "Sticky" Widget Area? A sticky widget area gives you a place...

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...

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...

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...

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;...

Vertically Center the Divi Header Links

If you change the height of the logo in the Divi Theme you may find that the links to the right of the header bar are no longer nicely vertically centered in the header bar. This happens because Divi uses a fixed amount of padding to move the links into the correct...

Setting the Divi Theme Sidebar Background Color

The Divi Theme has a flexible sidebar which can be positioned on either the left or right of the page (or hidden altogether). Unfortunately, the way that the sidebar is structured actually makes it very difficult to set the background color with margins, etc, that...

Removing the Divi Theme Dividing Line

By default the Divi Theme displays a dividing line between the main content and the sidebar. It's possible to remove this dividing line using CSS, like so: .container:before { background-color:transparent !important; } .et_pb_widget_area_right { border-left:0...