BuddyBoss Home – Web Support Forums Themes Boss. theme Notifications number color in BuddyPanel

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

    #38130
    @angslycke

    I added the “Messages” menu item from BuddyPress to the BuddyPanel menu for easy access. The notification circle has the same color as the menu itself (I’d like it to be the same red color as the notification which shows available updates for plugins in the header menu). Tried to find the exact CSS but didn’t quite manage to get it specific enough. Do you have any hints? Thanks!

    Answers

    #38146

    Alyssa
    Participant
    @alyssa-buddyboss

    @angslycke this is the code but not sure if you want to change it just for the BuddyPanel or sitewide
    .menu-panel ul li a span{background-color:red;}

    #38165
    @angslycke

    Thanks! That was what I was looking for. However, I’m getting the same red color in the personal menu (right side) as background behind the username (at the top of the menu) on mobile. Is there a way to be more specific?

    #38177

    Alyssa
    Participant
    @alyssa-buddyboss

    @angslycke try this to apply only to the BuddyPanel Main Menu:
    .menu-main-container .menu-panel ul li a span{background-color:red;}

    #47962
    @snikay

    Hi! how do I add “Messages” to the BuddyPanel? In “Design -> Menus” I don’t see a “Messages” menu item. Am I missing something? ^^

    Sorry, had a script in the functions.php that was hiding this items (only in the frontend i thought) -.-

    #47965
    @vapvarun

    Hi @snikay
    You can get Messages from BuddyPress Menu item
    Designs >> Menus on the same page
    Screen options are at top , click on Screen Option
    It will have option to select BuddyPress

    BuddyPress Mneu contain all BuddyPress related link, you can add them those current logged in user link to any menu

    Regards

    #47967
    @vapvarun

    🙂

Viewing 7 posts - 1 through 7 (of 7 total)
  • The question ‘Notifications number color in BuddyPanel’ is closed to new replies.