I turned off the icon of the shopping cart in the header. Now I am left with: X cart icon. How can I get rid of that as well? I just want the words shopping cart w/o the cart image.
Thanks!
I turned off the icon of the shopping cart in the header. Now I am left with: X cart icon. How can I get rid of that as well? I just want the words shopping cart w/o the cart image.
Thanks!
Since a stock Zencart installation doesn't have a cart in the header, we'll need to see the site.
http://designerperfumesnob.authsafe.com/
If you can't give me a fix, remind me where I disabled this and I'll turn it back on. Thanks.
Looks like you just removed the icon image without changing the code that calls it. You can remove it by adding this to the stylesheet:
.cart-icon {
display: none;
}
Steve, remind me where I do this, please
BTW, I had asked in another post about removing the dotted line in the grid of images. Do you know how to do that?
As I said, in the stylesheet. It may not matter, but try adding the rule I mentioned to stylesheet.css.
Bookmarks