Zen Cart Logo
Forums / Addon Sideboxes / remove header from shopping cart sidebox

remove header from shopping cart sidebox

Locked

Views: 4,221

Results 1 to 8 of 8
This thread is locked. New replies are disabled.
22 May 2008, 7:55 PM
#1
chabates avatar

chabates

New Zenner

Join Date:
Apr 2008
Location:
Ontario
Posts:
76
Plugin Contributions:
0

remove header from shopping cart sidebox

i'm trying to remove the header bar from the shopping cart sidebox. I got rid of the text that says shopping cart, and i can remove the header bar from all of the sideboxes but i'm not sure how i can remove it from just the shopping cart sidebox.

thanks for your help in advance

22 May 2008, 8:08 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: remove header from shopping cart sidebox

As this can be template specific - what is the link to your site?

22 May 2008, 8:35 PM
#3
chabates avatar

chabates

New Zenner

Join Date:
Apr 2008
Location:
Ontario
Posts:
76
Plugin Contributions:
0

Re: remove header from shopping cart sidebox

the site is still in a very early stage of development mind you..

ww w.newsuncookies.net

22 May 2008, 8:40 PM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: remove header from shopping cart sidebox

I do not even see a side box to remove the header from for a shopping cart or?

22 May 2008, 8:55 PM
#5
chabates avatar

chabates

New Zenner

Join Date:
Apr 2008
Location:
Ontario
Posts:
76
Plugin Contributions:
0

Re: remove header from shopping cart sidebox

ok i turned shopping cart always on. see that grey bar with nothing written on it? i want to get rid of that.

22 May 2008, 11:24 PM
#6
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: remove header from shopping cart sidebox

Add the following to your template stylesheet.css file

#shoppingcartHeading {
        display: none:
        }
23 May 2008, 1:43 AM
#7
chabates avatar

chabates

New Zenner

Join Date:
Apr 2008
Location:
Ontario
Posts:
76
Plugin Contributions:
0

Re: remove header from shopping cart sidebox

Thanks so much for this. It is really appreciated. Just an update for anyone looking to something similar there was a tiny mistake

Code:
#shoppingcartHeading {
display: none;
}

the colon should be a semi colon..

thanks again!

23 May 2008, 1:59 AM
#8
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: remove header from shopping cart sidebox

the colon should be a semi colon..
Never said I could type