Change title color of "following" on profile page?

Claudio

Well-known member
I want to change the color of the text which is on the profile page...the "Followers " and "following" text..

how can I do that?
 
Add to EXTRA.css:

Code:
/* Sub heading */
.textWithCount.subHeading .text,
.textWithCount.subHeading .count {
color: @textCtrlText !important;
}

Change the colour to suit.
 
Top Bottom