I want the font to be red. I was Black in the original Sheet and I changed it to red.
Upload it nothing changed.
How can you clear the cashe?
check out the site www.coolcarpartsonline.com.
I want the font to be red. I was Black in the original Sheet and I changed it to red.
Upload it nothing changed.
How can you clear the cashe?
check out the site www.coolcarpartsonline.com.
G,
After i viewed the link above.
This is what I see on the stylesheet.css
#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
font-color: #000080;
}
.information {padding: 10px 3px; line-height: 150%;}
#shoppingcartBody #shippingEstimatorContent {
clear: both;
font-color: #000080;
}
Bad little boy....
You did not read my fix from before...
Delete the red font above for the fix...
000080 change this to FF0000
Look at thread #4.
Sorry I had a small bu boo..
- #popupShippingEstimator {color: red;}
- change the red font above as needed
- you half to edit the sheet and upload the file to view the changes,
- remember to clear your cashe
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
Sorry for being a pain in the ########.
The red color is there for a reason. I want to content to be Red, It was Black originally and I changed it to red but It still display black.
I just had it changed to the color you included and It still display Black.
Any other sugestions on how to do it.
Ok,
Here is what your stylesheet reads
Highlight all of these declaration and paste with this..#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
font-color: #ff0000;
}
.information {padding: 10px 3px; line-height: 150%;}
#shoppingcartBody #shippingEstimatorContent {
clear: both;
font-color: #ff0000;
}
#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
color: #ff0000;
}
.information {padding: 10px 3px; line-height: 150%;}
#shoppingcartBody, #shippingEstimatorContent {
clear: both;
color: #ff0000;
}
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting