Hello, i am looking to change the color of the text on the bottom of my forum headers. Here is a picture to show you what I mean.
How to change bottom forum header print color
tylercole- Forumember
- Posts : 304
Reputation : 17
Language : english
Guest- Guest
Try adding this to your CSS:
- Code:
.forumline.noprint td.catBottom {
background-color: white !important;
}
tylercole- Forumember
- Posts : 304
Reputation : 17
Language : english
Well that changed the box color, not the actual print aka text.
Guest- Guest
My bad, try this one instead:
- Code:
.forumline.noprint td.catBottom a, .forumline.noprint td.catBottom .nav {
color: #D3D3D3 !important;
}