BuddyBoss Home – Web Support Forums Themes Boss. theme Boss menu hover over colours help

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

    #51663
    @universeoflove

    Hi,

    How do you change the menu colour as shown in this image – the grey where it is the drop down menu with Self Love, Heal The Past etc…

    It’s not in Appearance >> Customise

    Thanks

    Answers

    #51817

    Anonymous
    @

    Hi @universeoflove, You can change it from Buddyboss’s theme option.

    Select Styling > Buddypanel

    Regards
    Pallavi

    #51847
    @universeoflove

    Hi,

    I go there but there is no grey (see attached)

    #51941

    Anonymous
    @

    Hi @universeoflove, You can use this code to change the background color of buddypanel submenu
    Replace the color code with yours

    
    .menu-panel #nav-menu .sub-menu-wrap .sub-menu {
        background: #000 !important;
    }
    

    Regards
    Pallavi

    #52247
    @universeoflove

    Hi,

    It’s still grey when selected.

    See attached.

    Thanks

    #52262

    Anonymous
    @

    Hi @universeoflove, That css for buddypanel’s submenu background.

    This is for current active buddypanel menu..

    
    .menu-panel #nav-menu>ul>li.current-menu-item {
        background-color: black !important;
    }
    

    Regards

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘Boss menu hover over colours help’ is closed to new replies.