Log in

View Full Version : Page/Thread Stats Text Color


Denethor
07-22-2014, 12:26 AM
Next to the pagination in a subforum or thread, there is a statistic that says "Threads 1 to X of Y," or "Results 1 to X of Y." I was wondering how to change the color of this text. Its default is white, but obviously does not show up on a white background.

149826

Thanks in advance.

ozzy47
07-22-2014, 12:38 AM
That is controlled by the stylevar, body_color found under the group Global.

But that will change most of the text in the site, so to change what you want, add this to your additional.css

.above_threadlist .threadpagenav .threadpagestats
{
color: purple;
}

Change purple to your desired color.

Denethor
07-22-2014, 02:11 AM
Thanks. Is the css tag for doing this within threads with multiple pages similar?

Edit:

Yes it is. If anyone is wondering, here is the CSS code:.above_postlist .pagination_top .postpagestats {
color: #000000;
}