|
Hi,
I’ve been trying to do a simple change of colour for the text in the basket page on my website.
I’m obviously doing something stupid, but changing the colour using firebug works fine. But when I paste the updated CSS code into the CSS editor, nothing happens.
Original code:
.cart .totals table tfoot strong {
color: #E9225F;
display: block;
font-size: 18px;
font-weight: normal;
margin: 10px 0 15px;
}
Pasted into CSS editor:
.cart .totals table tfoot strong {
color: #000000;
}
It’s driving me mad! Any help would be greatly appreciated.
|