I have no complaints, seems to work great for me....
I just would like to know how to remove/change the small pictures on the left side of the info box.
THX
I have no complaints, seems to work great for me....
I just would like to know how to remove/change the small pictures on the left side of the info box.
THX
Again, a link to your site will make it easier to help, especially as this is not stock Zen Cart function but an installed mod.
opps sorry!
Here is a link to my site:
http://www.2antioch.org/store/index.php
The quick fix is to add to your betterCategories stylesheet:
.betterInformation a img {display: none;}
The fundamental fix will require editing the mod version of the template file, or possibly the module file - can't say for sure without looking at actual copies of the PHP files.
hello, my categories box has a right margin before the better categories begins. Could you please tell me where to fix it?
Thanks
http://www.2antioch.org/store/index.php
Find in your main stylesheet.cssChange the padding-left to 0.Code:#categoriesContent, #documentcategoriesContent { text-align:left; padding-left:10px; }
wow, I looked over an hour........ or so trying to figure that out lol. worked like a charm ty!