BuddyBoss Home – Web Support Forums Themes Boss. theme change unread messages link color

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

    #53621
    @surfbuddy

    Hi all, Currently, an unread message just appears bolded. It’s hard to see the difference between read and unread messages. How can I change the unread messages link color to red? Thanks

    Answers

    #53669

    Anonymous
    @

    Hi @surfbuddy, You can use the following css in your child theme’s custom css

    
    #message-threads.messages-table tbody tr.unread a {
        color: Skyblue !important;  //use any of your color code//
    }
    

    Regards
    Pallavi

    #53720
    @surfbuddy

    Awesome, thank you @pallavi!

    #53889

    Anonymous
    @

    🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘change unread messages link color’ is closed to new replies.