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

Changing the Divi Logo Height

The Divi theme lets you put your site logo in the header. As you scroll down, the header shrinks to take up less space, and the logo shrinks with it. Here's how to change the height of both the normal and shrunken state of the logo. How to Set the Divi Logo Height...

Add Dividing Line Between Divi Sidebar Widgets

To add a dividing line between the individual widgets in the Divi Theme's sidebar, we can add the following CSS: #sidebar .et_pb_widget { border-bottom: 1px solid #ddd; padding-bottom: 20px; margin-bottom: 20px; } #sidebar .et_pb_widget:last-of-type { border-bottom:0;...

Changing the Divi Post Title Style

To change the style of the post titles in the Divi Theme, you use CSS like the following: .single h1 { font-family: Courier; font-size: 30pt; color: green; border-bottom: 1px solid #ddd; } This example change the post title font to Courier, makes the font size bigger,...

Removing the Divi Header Bottom Border

The Divi Theme header area is separated from the content by a thin grey line at the bottom of the header. The "border" at the bottom of the header bar is not actually a border, but a thin shadow. If you'd like to remove this, here's how:Remove the Header Bottom Border...

Prevent Distortion on Divi Gallery Images

The Divi Theme gallery module has a grid view which shows thumbnails of the images in the gallery. Sometimes the thumbnails will appear distorted, as small images are stretched to fill the thumbnail area. To prevent the image stretching, we can use the following CSS:...

Put Divi Slide Images on the Right

Divi includes a slider module (and fullwidth slider module) which lets you display a slideshow of slides, each containing a description and (optionally) an image. By default the image is on the left and the description on the right. If you'd like to swap the position...

Make Divi Featured Images Full-Width

By default, the Divi Theme shows featured images at the top of posts, just after the post title. Here's how to have the featured images fill the full content width, above the post title (and sidebar). First, we can put the image into position with the following...

Creating and Formatting "Unordered" Bullet Lists in Divi

Here are some tips for creating and formatting bullet lists (aka "unordered lists") within the Divi theme.Create a Bullet List To create a bullet list (or "unordered" list) in Divi, first place the items you want to include in the list in a text module (or other...

Changing the Pin Icon in the Divi Map Module

The Divi Theme comes complete with a handy map module for easily creating embedded Google Maps. It has the option to add a pin, but no option to change the pin icon from the default. It is possible to change the icon in one of several ways:Change Map Module Pin Icon...