Making forum text white?

What do you mean, in the actually logo?

I do not understand lol.
 
Open: /styles/4poziomSEO_blue/theme/stylesheet.css

Find and Edit:
Code:
.cat_text a:link { color: #1F1F1F; text-decoration:none }
.cat_text a:visited { color: #1F1F1F; text-decoration:none }
.cat_text a:hover { color: #000000; text-decoration:none }
.cat_text a:active { color: #1F1F1F; text-decoration:none }

Should be pretty self explanatory. 😉
 
Back
Top Bottom