14 Oct 2012, 22:05
Reply
Reply with Quote
Like (0)
#1
Join Date:
May 2012
Posts:
566
Plugin Contributions:
0
Remove Shopping Cart Icon
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!
15 Oct 2012, 09:42
Reply
Reply with Quote
Like (0)
#2
Join Date:
Feb 2005
Posts:
19,793
Plugin Contributions:
2
Re: Remove Shopping Cart Icon
Since a stock Zencart installation doesn't have a cart in the header, we'll need to see the site.
15 Oct 2012, 18:16
Reply
Reply with Quote
Like (0)
#4
Join Date:
Feb 2005
Posts:
19,793
Plugin Contributions:
2
Re: Remove Shopping Cart Icon
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;
}
15 Oct 2012, 18:35
Reply
Reply with Quote
Like (0)
#5
Join Date:
May 2012
Posts:
566
Plugin Contributions:
0
Re: Remove Shopping Cart Icon
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?
15 Oct 2012, 20:08
Reply
Reply with Quote
Like (0)
#6
Join Date:
Feb 2005
Posts:
19,793
Plugin Contributions:
2
Re: Remove Shopping Cart Icon
As I said, in the stylesheet. It may not matter, but try adding the rule I mentioned to stylesheet.css.