zencart

shawn asked 8 years ago

hi Max
 
on zen cart, how do i change the sub categories not to show red and also the font is not nice, see attached link. http://www.trix-racing.co.za/index.php?main_page=index&cPath=1

zencart was last modified: May 4th, 2016 by shawn
1 Answers
Maximus Mccullough Staff answered 8 years ago

On your website you will have to edit the CSS code. Currently the website looks like this for the subcategories.

Screen Shot 2016-05-04 at 8.43.16 AM

You have to edit this stylesheet.  http://www.trix-racing.co.za/includes/templates/classic/css/stylesheet.css Change this…

[code]A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited { color: #FF0000; text-decoration: none; }[/code]

Only cool people share!

TO this

[code]A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited { color: #000000; text-decoration: none; }[/code]

Then it will look like this.

Screen Shot 2016-05-04 at 8.48.06 AM

Answer for zencart was last modified: May 4th, 2016 by Maximus Mccullough