I do not even see a side box to remove the header from for a shopping cart or?
I do not even see a side box to remove the header from for a shopping cart or?
Zen-Venom Get Bitten
ok i turned shopping cart always on. see that grey bar with nothing written on it? i want to get rid of that.
Add the following to your template stylesheet.css file
Code:#shoppingcartHeading { display: none: }
Zen-Venom Get Bitten
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!
Never said I could typethe colon should be a semi colon..
Zen-Venom Get Bitten