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 From Divi Booster

How to Add the Post Status in Divi's Dynamic Content

Divi's Dynamic Content feature is great for enhancing your post/page templates with post-specific information. While Divi includes an option to show information such as the Post Created Date using Dynamic Content, there is no equivalent option for the Post Status....

Fix Divi Text Module "Regular" Font Weight Not Working

Are you encountering an issue where the font weights in Divi's Text Module don't seem to apply as expected? In particular, you might find that when you set the text module's body text font weight to "Regular", your font is actually assigned a weight of 500 instead of...

Make the Divi Gallery Module Swipeable

The Divi Gallery Module comes with a slider mode that lets you display images in a slider with clickable left/right arrows to scroll through the images. For mobile / touchscreen users, you can improve the user experience by allowing your user to swipe to navigate to...

How to Use Divi Dynamic Content in Woo Modules Product Selector

Divi's Dynamic Content is a powerful feature that lets you populate your Divi modules and theme builder templates with data pulled in various sources, such as custom fields. This allows for efficient organization and maintenance of your sites.Unfortunately, Divi's...

Random Divi Posts