I do not have category images, but I want categories to show on the main page. Is there any way to show the category names on the main page and subcategory names on category pages but hide the pictures?
I do not have category images, but I want categories to show on the main page. Is there any way to show the category names on the main page and subcategory names on category pages but hide the pictures?
What is presently displayed??
Post a link to your site
Zen-Venom Get Bitten
In IE it displays an X where the picture should be. see the link below
http://bellalouisa.com/index.php?mai...ex&cPath=10100
Make a note of this in your site log - You are keeping a log of your changes aren't you?
In the stylesheet.css file for you active template add this entry
Code:.categoryListBoxContents img { display: none; }
Zen-Venom Get Bitten
Thanks!