Divi Booster

Customize Divi Without Code - Build Better Sites Faster

  • Add powerful new Divi features instantly
  • Customize headers, layouts, modules & mobile
  • Save hours on every site build

Trusted by 33,000+ Divi users
R

Compatible with Divi 4 & 5

Compatible with Divi 4 & 5

Divi plugin product image

WP 6.9+ Compatible

Why Divi Booster?

}

Saves You Time

Build your site faster with less effort:

  • Fix common Divi issues in seconds
  • Avoid hunting for code snippets
  • Skip hours of CSS and troubleshooting

Less time fixing. More time building.

Z

Packed with Features

Get the settings Divi is missing:

  • Add 100+ new Divi settings
  • Extend modules with powerful settings
  • Control every part of your site

Everything you need in one plugin.

Easy to Use

Using Divi Booster is simple:

  1. Install the plugin
  2. Enable the features you want
  3. Instantly improve your site

No coding. No complexity.

"Divi Booster is a great product and we’ve never really needed support for it but, on the one occasion we needed advice, Dan was super helpful." – Will Nuttall, Absolute Media

Trusted by 33,000+ users on 75,000+ sites for over 10 years

See what you can do with Divi Booster

Add powerful new controls across Divi and its modules – without writing code.

Enhanced Divi Modules

Add powerful new controls to Divi’s built-in modules

N

Extend blog, gallery, video, and more

N

Add missing settings directly where you need them

N

Customize modules without CSS

Header & Navigation

Customize your Divi header in minutes – no code required

N

Rearrange header elements

N

Customize sticky header behavior

N

Improve dropdown menus and spacing

Social & Custom Icons

Add and customize icons across your site

N

250+ additional social icons

N

Upload your own custom icons

N

Use icons across multiple Divi modules

Blog & Content Enhancements

Improve how your blog content looks and works

N

List tags in your blog modules

N

Filter the blog module by author

N

Customize pagination text

Gallery & Media Control

Take full control of images and sliders

N

Customize sliders and navigation

N

Control image sizing and layout

N

Disable unwanted animations

Accordion & Counters

Make interactive elements more flexible

N

Start accordions open or closed

N

Let users fully collapse sections

N

Customize counter behavior and timing

Video Module Enhancements

Get more control over your video modules

N

Autoplay, mute, and loop videos

N

Hide player controls

N

Limit YouTube related videos

Contact Form Improvements

Make your forms more powerful and reliable

N

Send confirmation emails automatically

N

Block spam by email, domain, or keyword

Developer & Advanced Tools

Extra control when you need it

N

Built-in CSS manager

N

Optimize JS and CSS loading

N

Import and export settings

And Lots, Lots More…

Divi Booster comes packed with everything you need to build more powerful and awesome Divi sites in less time

View the full feature list

 

Trusted by Divi Users Worldwide

{

"Divi Booster is a great product and we’ve never really needed support for it but, on the one occasion we needed advice, Dan was super helpful."

Will Nuttall

Absolute Media

{

"This plugin does exactly what I needed it to do. I do not have any developer skills, but support was excellent and resolved all of the questions I had quickly."

Karrie McLellan

{

"Divi Booster is fantastic. I used this plugin to improve the header area and footer area on a client's website. My client is very pleased."

Jim Juris

Frequently Asked Questions

What is Divi Booster?

Divi Booster is a WordPress plugin that adds 100+ new features and customization options to the Divi theme. It lets you modify layouts, modules, headers, and more – without writing code.

Do I need coding knowledge to use Divi Booster?

No. Divi Booster is designed for non-developers as well as professionals. You simply install the plugin and enable the features you want – no CSS, PHP, or JavaScript required.

Does Divi Booster work with Divi 5?

Yes. Divi Booster is actively maintained and compatible with both Divi 4 and Divi 5, with regular updates to ensure ongoing compatibility.

Can I use Divi Booster on client websites?

Yes. You can use Divi Booster on client sites. The 3-site and unlimited licenses are especially popular with freelancers and agencies building multiple websites.

What kind of features does Divi Booster add?

Divi Booster adds a wide range of enhancements, including:

  • Additional settings for Divi modules
  • Header and navigation customization
  • Blog and content improvements
  • Layout and spacing controls
  • Lots more icons

Overall, it gives you much more control over how Divi works – without needing custom code.

Will Divi Booster slow down my website?

No. Divi Booster is designed to be lightweight. You can enable only the features you need, so unnecessary code isn’t loaded. In some cases, it can even help improve performance by reducing the need for custom scripts.

How is Divi Booster different from other Divi plugins?

Divi Booster focuses on adding practical, real-world improvements to Divi – things users frequently need when building sites. Instead of being a niche add-on, it acts as an all-in-one toolkit to extend Divi’s core functionality.

How do I install Divi Booster?

After purchase, you download the plugin file and upload it via your WordPress dashboard (Plugins → Add New → Upload Plugin). Once activated, you can enable features directly within Divi.

Do you offer support and updates?

Yes. Divi Booster includes ongoing updates and support. The plugin has been maintained for over 10 years, with regular compatibility updates for new versions of WordPress and Divi.

Is there a refund policy?

Yes. If Divi Booster isn’t the right fit for your needs, you can request a refund within the specified refund period (90 days).

Can I enable or disable individual features?

Yes. Divi Booster is modular – you can turn features on or off individually, so you only use what you need for each site.

Where can I see the full feature list?

You can view the complete list of features here:

View the full feature list

Got a Question?

1,091 Comments

  1. This plugin is absolutely brilliant!

    I've been using divi since its release on multiple websites. It's been a huge pita to dig into the code and change simple css dozens of times. My custom css files become a complete mess. It's even worse when ET releases a major update and I have to restyle all over again. This plugin will save SO much time, simply with the CSS manager alone!

    The other features are really awesome as well, notable the divi builder in posts. That alone is worth buying this plugin for. Adding widgets to the header, and floating sidebar widgets are also really awesome.

    I'm so happy to have come across this plugin. Keep up the great work!

    Reply
  2. Hey there,

    Great plugin. I've put in all of my little tweaks to Divi through the booster, including any custom CSS changes into their own manageable sections. All seems well except for one CSS change I've tried to make. I am a novice with CSS itself so I assume this is some type of authority to the processing of CSS rules. Here is what I found.

    I want to hide certain modules when on a small screen. So I've setup a custom ID called 'mse-hide-on-mobile' which I use in the module ID area of the Page Builder of the item I want to hide.

    The CSS code looks like this:

    @media only screen and (max-width: 479px) {
    #mse-hide-on-mobile {
    display:none !important;
    }
    }

    However, it only works when I include it in the traditional ePanel custom CSS area. If I include this particular change in a custom section of Divi Builder it doesn't seem to process. Every other tweak I made seems to work, but not this one. Any suggestions? Just pointing this out. I am working around it by keeping this one change in the ePanel area.

    Reply
    • Hi Dan, I think the problem is that you are adding using an @media command to set the screen width, and then the CSS manager is adding another one (in order to allow targeting to particular screen widths). This is resulting in invalid CSS. To avoid this, create a new CSS manager box, set the screen width to "smartphones, portrait (0-479px)", then put in the following CSS:

      #mse-hide-on-mobile {
      display:none !important;
      }
      

      The CSS manager will take care of the @media command and will end up producing the same CSS you had before.

      Long-term I hope to write code to merge the generated media query with the user-supplied query so this wouldn't be a problem.

      Reply
      • Ah, I get it! perfect solution. I'll move the change back into the booster.

        Thanks!

        Reply
  3. Hi Dan!

    I just installed your divi booster and so far it's been great! However, I'm still having some difficulties with my full width image scaling. When I resize my window, the top and bottom of the image would be cropped and loses its resolution. Any way to fix this issue?

    Thanks a bunch! :)

    Reply
    • Hi Tina,

      At the moment the plugin only affects the height of the full-width image on large screen widths. For smaller screen widths, it defaults back to the standard Divi height settings (which is why you see the image being cropped).

      I'm planning on improving this feature to better handle small screens as soon as I can. I'll let you know when I have a better solution in place.

      Reply
  4. Hey Dan,

    I really like your plugin. But I am having trouble trying to figure out one problem with it. All of my full-width sliders have a 30 pixel tall, full width white space below them, which splits the two sections apart. You can see for yourself here: http://imhome.net/the-woodlands/ How do I get rid of that space? Thank you.

    Reply
    • Hey Brad,

      I'm not quite sure if this is caused by the use of parallax or the fact that the slide image is 932px which the full slider is 950px tall. I suspect it's a combination of the both. I'll look into ways to handle this in the plugin, but for now you can fix it by setting the slide height to be the same as the slider height, e.g. using CSS like so:

      .et_pb_slide { height: 950px; }

      Reply
  5. Hello,

    Why don't you moderate my previous comments ?
    Is there a problem with the issue I show here ?

    Regards
    Ludovic

    Reply
  6. Hello,

    I install Wordpress 4.1.1, Divi 2.2 and DiviBooster 1.1.9.All with last version. No more plugin. Simple installation.

    I activate Page Builder for posts and custom post types.

    I create a simple post to test it :
    see : http://www.screencast.com/t/IUCFB9TUOQ

    The sidebare is OFF but the result is 2 sidebars, one on the other (that of the post and the PageBuilder) : see : http://www.screencast.com/t/NxeqUtcC

    How can I fix it ?

    Pending your help.

    Regards.
    Ludovic

    Reply
  7. Hello,

    When I activate the pagebuilder feature for the posts, when I use specific section with sidebar, I have the 2 sidebars. The sideBar of the post without using PageBuilder and hover the sidebar I choose in the pagebuilder module.

    How can I fix it ?

    Thanks.

    Reply
  8. Hi there! I am having trouble hiding the search icon on mobile devices. I am using Divi Booster, but it doesn't seem to recognize that setting. Do you know if there is some other setting that might interfere with this? Thanks!

    Reply
    • Hi Tanya, it looks like the latest version of Divi was overriding the Divi Booster setting. I've just released an update for the plugin which fixes this, which you can get by updating the plugin from your WordPress plugins page.

      Reply
  9. The perfect plugin for divi user's, thanks a lot :)

    Reply
  10. Hi, Dan. You rock! Thank you for this brilliant plugin!

    Reply
  11. Dan,

    I saw update 1.1.7 of Divi Booster IS available. I'm still running 1.0.5 and it says there are no updates available. Yes, I've activated the license…

    Reply
    • Hey Han, I'm not sure what would be causing this. On my test site version 1.0.5 is picking up the updates…

      Perhaps the first thing to try is manually updating and seeing if that fixes the problem for future updates. Can I ask you to you download the latest version of Divi Booster and install it (removing version 1.0.5 first)?

      Let me know if you need me to resend the download link to you.

      Reply
      • Hi Dan, Yes please send me a new download link: "Sorry but your download link has expired".

        I'll let you know the result ASAP.

        Reply
        • Han, I've resent the link.

          Reply
          • Man your fast! I've replace the old version with the new one. Now I only need to wait for another update.

            Can I check somewhere on your site what the latest version is? So I know the auto-update is working.

          • Ha ha!

            I've just released a new version of the plugin (new version number – no new functionality). If you go to the plugins page and click on the "check for updates" link beside Divi Booster, it should hopefully pick up the update.

            I don't currently somewhere you can check the version number (I'll try to add that – though I'll need to write some code to auto update it, otherwise it'll probably end up out of date!).

  12. Dan,

    Where is the right place to make Feature Requests for the Plugin? Is it here?

    Could I feature request the following:

    Under Top Header section … add the function ….

    Center align the top header email and phone number

    Yeah … I'd like to do this … especially pertinent when you have centred the logo and the Main Menu links.

    Thanks, Regards Mark

    Reply
    • Hey Mark, this is the right place for now (I'm working to set up a proper forum / feature request area). Thanks for the suggestion – it's a good one. I'll add it my list and hopefully get it into Divi Booster in the near future. Thanks!

      Reply

Submit a Comment

Comments are manually moderated and approved at the time they are answered. A preview is shown while pending but may disappear if your are cookies cleared - don't worry though, the comment is still in the queue.

Your email address will not be published. Required fields are marked *.