Sub category images -disable
Hi All
I don;t remember what i did but i am seeing all sub category as empty image ( because there is none) and a text below it.
i really don;t need to display this image , Could you please help me get rif of this. i just need the text like in the page below
i just need the link (Accessories,clothing , footwear) not the image . PLEASE HELP where the configuration is
http://feerol.com/fashions/index.php...=index&cPath=1
--Dino
Re: Sub category images -disable
Add to your stylesheet.css:
Code:
.categoryListBoxContents img {
display: none;
}
There might be an admin configuration switch, but I'm not sure where ..
Re: Sub category images -disable
Thanks , thats awesome .
Anyone , please let me know if you know the location in configuration to fix this , that would make more sense if you need this in future .
Re: Sub category images -disable
It looks like the switch Configuration->Images->Image Required might do the trick for you. Setting it to false will result in no image for images that don't exist (like your category ones). The downside is that the reason the switch is there is to help you debug/notice when images don't exist ... and you wanted them to be there!