I’m using the Theme personalization interface to set the link colors but when looking at it with Firebug, it seems that the css value from main.css are taking over instead.
I’m guessing the included css links should be moved somehow but not sure where.
I’m using WP 3.5: http://www.fabricehaccoun.com/
Thank you for any help
Gil
I must have some serious cache issue, cleaned it up several times, turned the WP cache as well as DB Cache off and text still looks black. Weird.
Anyway, I’ll figure it out. Thanks for checking.
Yes, I see them all in Black.
for instance, looking at the main title with Firebug, I see the color being defined as:
h1 a {color: #333333;} by main.css
If i turn it off in Firebug, the blue I set in the Theme customization interface appears
Ok, I was confused about that because the Preview in the Customization interface showed the titles color changing as I was picking the colors.
I’ll make the changes to the CSS.
Thank you