The div is still showing on your page so it may be in another css or later in the existing.
The div is still showing on your page so it may be in another css or later in the existing.
A little help with colors.
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
Glad you got it going.![]()
A little help with colors.
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
I have the same problem. I had a template implemented and now I am also trying to get rid of the currency and the language boxes. But I can't find the above text in my stylesheet. The only thing I do find is the following text. Can someone please tell me what to amend here? I don't want to delete the shopping cart however.
#headerShoppingCartWrapper, #headerCurrencyWrapper, #headerLanguagesWrapper{ float: right; color: #87c4ff; font-size: 12px; margin: 3px 10px; clear: right; line-height: 20px; }
#headerShoppingCartWrapper{ background: #1e4a7c url(../images/shopping_cart_bg.gif) no-repeat; padding-left:55px; height: 35px; padding-top:10px; margin-right: 20px; padding-right:20px; font-weight: bold;}
#headerShoppingCartWrapper a:hover{color: #87c4ff;}
#headerShoppingCartWrapper a{color: #ffffff;}
Add to your stylesheet just below the lines you quote
#headerCurrencyWrapper, #headerLanguagesWrapper{display: none;}
If that doesn't work, we will need to see your site live to give correct advice.
That was just a sublime piece of advice... many thanks![]()