HI There
I was wanting a Black background and white text JUST for the shipping estimator
Searching the forum, I have seen that adding the code:
#popupShippingEstimator {
background: #f00000;
}
.shippingEstimatorWrapper {
background: #000000;
}
to the stylesheet, gives the stylesheet a different background, but is it possible to add just specific alterations to give a different text colour on this page alone?
i tried:
#popupShippingEstimator {
background: #000000;
text: #ffffff}
.shippingEstimatorWrapper {
background: #000000;
}
but that didn't work, think i am close though!



