Two questions on changing colors

Ranger375

Well-known member
I have been clicking on everything and can't seem to find the right options :D

Where in the style properties can I change the color of this "go to first unread post"
1.webp

and the color of the text of follow and following

2.webp

Thanks ! :D
 
For the page navigation: Style Properties -> PageNav, Link Groups and Tabs

For the sub header text, add this to EXTRA.css:
.textWithCount.subHeading .text {
color: @whateveryouwant !important;
}
 
Top Bottom