Forums / Templates, Stylesheets, Page Layout / Remove Shopping Cart Icon

Remove Shopping Cart Icon

Results 1 to 6 of 6
14 Oct 2012, 22:05
#1
traytray avatar

traytray

Totally Zenned

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
#2
stevesh avatar

stevesh

Black Belt

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:05
#3
traytray avatar

traytray

Totally Zenned

Join Date:
May 2012
Posts:
566
Plugin Contributions:
0

Re: Remove Shopping Cart Icon

stevesh:

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.
15 Oct 2012, 18:16
#4
stevesh avatar

stevesh

Black Belt

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
#5
traytray avatar

traytray

Totally Zenned

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
#6
stevesh avatar

stevesh

Black Belt

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.