Two Styling Questions for "Follow Box" & "Go to first unread"

M@rc

Well-known member
I need to change the background color of both :
  • The "followers & following" box Via user profiles.
  • In messages, the "go to first unread" link. ( found it )
Screen Shots :

style2.webp

And

style1.webp

How can I change the background color Via style properties? Thanks!
 
I don't believe there is a Style Properties section for it, but you can do it via EXTRA.css:

Code:
.textWithCount.subHeading .count {
background-color: @primaryLighter;
}

Change the colour to suit.
 
Top Bottom