Divi Booster Tutorial Video

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 *.

This post may contain referral links which may earn a commission for this site

Divi Booster

Hundreds of new features for Divi
in one easy-to-use plugin

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 *.