Where do i change the color fonts in categories sidebox? I have changed the font color in stylesheet.php and it changed the font color on everything but it doesn't do any effect on the categories sidebox's font.
I am using classic template.
Where do i change the color fonts in categories sidebox? I have changed the font color in stylesheet.php and it changed the font color on everything but it doesn't do any effect on the categories sidebox's font.
I am using classic template.
Posting a link to your site will help track down the solution.
Do you have Firefox with the web developer and Firebug add ons? If not, get them...they help tremendously.
Towards the bottom of your stylesheet find and adjust these:
Code:/* categories box parent and child categories */ A.category-top, A.category-top:visited { color: #008000; text-decoration: none; } A.category-links, A.category-links:visited { color: #004080; text-decoration: none; } A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited { color: #FF0000; text-decoration: none; } SPAN.category-subs-parent { font-weight: bold; } SPAN.category-subs-selected { font-weight: bold; } /* end categories box links */
Thanks much!
Kobra,
This fix worked for IE but not FF....I am only trying to change the .catagory-link for manufacturers
Thanks!
helpme,
If this is for the "Manufacturers" link at the bottom in the category side box then this is the code you need to find and adjust:
Code:a.category-links, a.category-links:visited { color: #ed8082; text-decoration: none; font-size: 10pt; font-weight: bold; }
Right, I added that code and it fixed the font weight and color in IE but in FF it is still not "pink" like the catagories and I want it bold font.
It looks right in FF and responds to your statements as expected??
Try clearing your FF cache