Hi
I cannot find how to change the font colour of New Products for March.
I know its something simple but I can't find it in the stylesheet!
Daniel
Hi
I cannot find how to change the font colour of New Products for March.
I know its something simple but I can't find it in the stylesheet!
Daniel
Your site is a blank page??
Zen-Venom Get Bitten
Hi,
Its working again.
if you mean the heading then you can add the following to end of your stylesheet.css
#whatsNew h2{
color:black;
}
change black to any color you want .
also , you can change the color that has been set in h2 rule in your style sheet , but changing that will effect any text on your site that uses colour that set for H2, but with above code you just targeting Whats new heading only.
hope this helps out .
tony_sar
thanks worked perfectly.