BuddyBoss Home – Web Support Forums Themes Boss. theme Change color of notification circle – currently black on black

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

    #50281
    @costyclan

    currently my notifications are showing up black on black on mobile menu.
    How can i change this please?
    See attached screenshot.

    Answers

    #50286

    Anonymous
    @

    Hi @costyclan
    you can use the following custom css

    
    .widget_categories .cat-item i, .menu-panel ul li a span {
        background-color: #0184a2 !important;
    }
    

    Regards
    Varun Dubey

    #50348
    @costyclan

    great thank you @vapvarun that has worked but how can I make it clear again behind the user profile name at the top of menu (see attached)?

    #50416

    Anonymous
    @

    Hi @costyclan
    You can use following code to add background for display-name

    
    .menu-panel ul li a span.display-name {
        background-color: 0184a2 !important;
    }
    

    Regards

    #50443
    @costyclan

    works thank you : )

    #50444
    @costyclan

    @vapvarun how can I also change color of notification dot in titlebar? (currently red)

    #50466

    Anonymous
    @

    Let me know which color you need there ?
    Regards

Viewing 7 posts - 1 through 7 (of 7 total)
  • The question ‘Change color of notification circle – currently black on black’ is closed to new replies.