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

Customize Divi Gallery Module Pagination with Custom Text and Icons

Enhancing the navigation experience in your Divi Gallery module can make your galleries more intuitive and visually appealing for visitors. By replacing the default previous and next pagination links with your own text and icons, you can better align the gallery...

Set a Custom Counter Duration in the Divi Number Counter Module

Adjusting the duration of the number animation in the Divi Number Counter module allows you to control the speed at which numbers count up, providing a smoother or more dramatic effect to suit your design preferences. This feature helps you better capture user...

Replace Pagination Numbers with Icons in Divi Gallery Module

Transforming the pagination in the Divi Gallery module by replacing default page numbers with an icon creates a modern, visually appealing navigation experience for gallery viewers. This customization can enhance site aesthetics and improve accessibility by providing...

Change Divi Gallery Module Slider Arrow Size

Adjusting the size of slider arrows in the Divi Gallery module can help improve site navigation, enhance visual consistency, or better match your site’s design preferences. Whether you want to make navigation elements more prominent or integrate them seamlessly with...

Change Divi Gallery Module Slider Arrow Color

Customizing the appearance of your Divi Gallery module can enhance both the aesthetics and usability of your site. Changing the slider arrow color in the Gallery module slider layout allows you to ensure the navigation controls are clearly visible and match your...

Random Posts