I'm new to Zen Cart - can anyone tell me how do I change the link text in the CATEGORIES side box to appear as BOLD or STRONG text?
Thank you!
I'm new to Zen Cart - can anyone tell me how do I change the link text in the CATEGORIES side box to appear as BOLD or STRONG text?
Thank you!
Hi, do you have a link to youe website to see?
regards,
kruna
Add to your stylesheet:
#categories a {font-weight: bold;}
You may also need to delete font-weight specs from a.category-top {} or some of its neighbors in the stylesheet.