Divi Booster Tutorial Video

Written by Dan Mossop

Divi user WillGo has kindly put together a detailed video showing how to use Divi Booster:

Thanks to WillGo for taking the time to create and share the video!

4 Comments

  1. Hi Dan

    I am using Divi Booster for a website I'm building. I am using two buttons on my slider but the icon on the second button isn't showing up. Also can you help me with the css needed to style the second button as I want it to have a different color to the first button.

    Reply
    • Hi Rachel, I can see the issue with the icon not showing – I've fixed this for the next version of Divi Booster (2.8.6) which I hope to have out very soon. To style the second button you can use the "db_pb_button_2" class added to the second button. For example:

      a.db_pb_button_2 { 
          color: green; /* Text color */
          background-color: #ccc; /* Background color */
      }
      a.db_pb_button_2:hover { 
          background-color: #fff; /* Hover background color */
      }
      

      That would apply to every additional slider button across the site. To target a particular slider, you can give the slider an ID (say "myslider") and modify the above to be:

      #myslider a.db_pb_button_2 { 
          color: green; /* Text color */
          background-color: #ccc; /* Background color */
      }
      #myslider a.db_pb_button_2:hover { 
          background-color: #fff; /* Hover background color */
      }
      

      If you only want to affect a single slide, do as above, but add a class like "et_pb_slide_0" (where the 0 indicates the first slide, 1 would indicate the second slide, etc). So to change the button only for the second slide on the #myslider slider, you could do:

      #myslider .et_pb_slide_1 a.db_pb_button_2 { 
          color: green; /* Text color */
          background-color: #ccc; /* Background color */
      }
      #myslider .et_pb_slide_1 a.db_pb_button_2:hover { 
          background-color: #fff; /* Hover background color */
      }
      

      Hope that helps, but let me know if not. Thanks!

      Reply
  2. Hello Dan, le plugin divi booster est-il disponible en Français ? Même question pour Divi Learndash Kit ? Merci !

    Reply
    • Bonjour Marlène, at the moment both Divi Booster and Divi Learndash Kit are only available in English, I'm afraid. I hope to add support for other languages (e.g. French) in the future. If / when I do it will be as an update to the current plugins, so if you do purchase either plugin now you'll automatically get the French translation when it becomes available. 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 *.

Check out Divi Booster

Unlock the full potential of your Divi website with Divi Booster! This powerful plugin adds hundreds of features to help you build stunning sites with ease, making it a must-have for any Divi user. Follow along with our tutorial video by WillGo to see it in action!

About Dan Mossop

Dan is a Scottish-born web developer, now living in Brisbane with his wife and son. He has been sharing tips and helping users with Divi since 2014. He created Divi Booster, the first Divi plugin, and continues to develop it along with 20+ other Divi plugins. Dan has a PhD in Computer Science, a background in web security and likes a lot of stuff, 

4 Comments

  1. Hi Dan

    I am using Divi Booster for a website I'm building. I am using two buttons on my slider but the icon on the second button isn't showing up. Also can you help me with the css needed to style the second button as I want it to have a different color to the first button.

    Reply
    • Hi Rachel, I can see the issue with the icon not showing – I've fixed this for the next version of Divi Booster (2.8.6) which I hope to have out very soon. To style the second button you can use the "db_pb_button_2" class added to the second button. For example:

      a.db_pb_button_2 { 
          color: green; /* Text color */
          background-color: #ccc; /* Background color */
      }
      a.db_pb_button_2:hover { 
          background-color: #fff; /* Hover background color */
      }
      

      That would apply to every additional slider button across the site. To target a particular slider, you can give the slider an ID (say "myslider") and modify the above to be:

      #myslider a.db_pb_button_2 { 
          color: green; /* Text color */
          background-color: #ccc; /* Background color */
      }
      #myslider a.db_pb_button_2:hover { 
          background-color: #fff; /* Hover background color */
      }
      

      If you only want to affect a single slide, do as above, but add a class like "et_pb_slide_0" (where the 0 indicates the first slide, 1 would indicate the second slide, etc). So to change the button only for the second slide on the #myslider slider, you could do:

      #myslider .et_pb_slide_1 a.db_pb_button_2 { 
          color: green; /* Text color */
          background-color: #ccc; /* Background color */
      }
      #myslider .et_pb_slide_1 a.db_pb_button_2:hover { 
          background-color: #fff; /* Hover background color */
      }
      

      Hope that helps, but let me know if not. Thanks!

      Reply
  2. Hello Dan, le plugin divi booster est-il disponible en Français ? Même question pour Divi Learndash Kit ? Merci !

    Reply
    • Bonjour Marlène, at the moment both Divi Booster and Divi Learndash Kit are only available in English, I'm afraid. I hope to add support for other languages (e.g. French) in the future. If / when I do it will be as an update to the current plugins, so if you do purchase either plugin now you'll automatically get the French translation when it becomes available. 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 *.

We may earn a commission when you visit links on our website.

Latest Posts

Set Custom CSS IDs for Individual Divi Accordion Items

Assigning unique CSS IDs to specific Divi Accordion items allows for precise control over styling, targeting, and linking within your page content. This ability is particularly useful when you want to apply custom designs or create anchor links to particular accordion...

Enable Swipe Navigation in the Divi Gallery Lightbox

Enabling swipe navigation in the Divi Gallery module's lightbox allows users to seamlessly browse through gallery images by swiping left or right, creating a more interactive and mobile-friendly experience. This functionality can significantly improve user engagement...

Disable Slide-In Animation for Divi Gallery Grid Images

Control how images appear in your Divi Gallery module by toggling the slide-in animation effect for grid layouts. Disabling the slide-in animation allows gallery images to load instantly and appear statically, providing a faster and distraction-free browsing...

Control Image Count Display in Divi Gallery Lightbox

Displaying or hiding the image count in the Divi Gallery module’s lightbox can help customize the user experience, depending on whether you want to give visitors an indication of gallery progress or prefer a cleaner, distraction-free view. The ability to toggle this...

Hide Gallery Image Titles in the Divi Lightbox Overlay

Displaying image titles in the lightbox overlay of the Divi Gallery module can sometimes be distracting or unnecessary, depending on your website’s design and user experience goals. Hiding these titles creates a cleaner and more focused viewing experience for visitors...

Random Posts