Why won't the text colour change! K2 style problem

Soldato
Joined
27 Mar 2004
Posts
6,696
Location
Devon
www.tob3z.com

It's a wordpress blog with a K2 theme. The style sheet is called overdrive. For some reason the blog text just wont change from grey to white. I know it's me not finding the right part to change but it's driving me insane. Any chance anyone can tell me where I am going wrong.

Also I have noticed that the blog looks different in IE. Anyway I fix this?

Thanks,
Tob3z
 
Just the entry text? Add:
Code:
div.entry-content {
color: #fff;}
to overdrive.css. If that doesn't work:
Code:
div.entry-content {
color: #fff !important;}
:)
 
lol cheers. I get mocked for it way to often :( nice to know there are people out there who like women :D
 
Back
Top Bottom