BuddyBoss Home – Web Support Forums Themes OneSocial theme Notification styling

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

    #59374
    @vneck1986

    Hi,
    can you help me shortly with CSS? Unfortunately I can not change it in the themes styling yet.
    I have changed a lot by myself, but I can not find the right place to change the colour of the menu top items when a notification is received. At the moment it changes to background color so that you can not see the icon.

    Can you let me know how to change and where?

    Thank you very much.

    Answers

    #59419
    @vapvarun

    Hi @vneck1986,
    You can replace red with your required color

    
    .is-desktop .header-notifications a#user-messages span.count:before, .is-desktop .header-notifications a span.pending-count:before, .is-desktop .header-notifications .pop a:hover{
        color: red;
    }
    

    Regards
    Varun dubey

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘Notification styling’ is closed to new replies.