Thread
:
CSS font color issue in Wordpress
View Single Post
#
2
(
permalink
)
24-05-2008, 09:50 AM
PR Design
CSS Wizardry
Join Date: May 2007
Location: Leeds, England
Gender:
Posts: 9,587
Where it says:
Code:
#footer { color: #999; }
put
Code:
#footer{ color:#000 !important; }
Should work - I've put in an !inportant declaration to override any other specificity.
__________________
I am — Harry Roberts
|
“Yeah, do maggots get drunk when they bury alcoholics?”
PR Design
View Public Profile
Send a private message to PR Design
Visit PR Design's homepage!
Find all posts by PR Design