BuddyBoss Home – Web Support Forums Solutions Social Learner Buddypanel icon color

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

    #60257
    @rasmusse1

    Hello I am hoping someone can help me, I am trying to find the css to change the buddypanel icon color for when the item is selected. The box around the icon is a darker color when selected and now you can’t see the icon. Was hoping to change the icon to white when it is selected.

    Answers

    #60422

    Anonymous
    @

    Hi @rasmusse1, To change the icon color of selected menu in buddypanel please add the following css in your Boss. theme custom css option

    
    #left-panel #scroll-area #nav-menu #menu-buddypanel li.current-menu-item a::before {
      color: #fff !important;
    }
    

    Regards

    #60636
    @rasmusse1

    Thank you for your response but that css still isn’t working. Plus, I did an update on the parent boss theme and now the top right menu with the profile picture isn’t lining up with the right sidebar.

    #60645
    @anve

    Hi @rasmusse1,

    Try adding the following css in child theme’s custom css option.

    #left-panel #menu-buddy-menu li.current-menu-item a::before {
      color: #fff !important;
    }
    

    Also please attach a screenshot for your alignment issue of profile picture with sidebar.

    Regards.
    Anve

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Buddypanel icon color’ is closed to new replies.