Quote Originally Posted by hcd888 View Post
Hi, my site is www.shulab.co.uk i've just noticed the text on the side box "New Products [more]" on the right is black.

I Cant seem to find where to change it. If anybody could help me it would be greatly appreciated.

Iam trying to change the text back to white & have a red hover.

Please help, Thanks
Hc,
Locate this:
includes/templates/custom/css/stylesheet.css
Find this:
#whatsnew a:link {

color:#000000;
}


  1. change the red font above to #ffffff;

Add this new element and it's declaration to the sheet:
#whatsnew a:hover {
color: #ff0000;
}