BuddyBoss Home – Web Support Forums Themes Boss. theme How to change color for mobile slider?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Question

    #62497
    @ruvidan

    When you go to your profile, it has a bunch of white icons with blue backgrounds. I can’t seem to figure out how to change that. I’d like to have a black background with a yellowish (#ffea75) icon set.

    Answers

    #62524
    @anve

    Hi @ruvidan,

    Try adding the following css in custom css option of child theme.

    
    #mobile-item-nav-wrap #object-nav ul li:not(.current) {
      background-color: #000 !important;
    }
    #mobile-item-nav-wrap #object-nav ul li::before {
      color: #ffea75 !important;
    }
    

    Regards
    Anve

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘How to change color for mobile slider?’ is closed to new replies.