How to change the background color of the subtotal label td
-
Hi there,
I want to change the color of the subtotal label, total, shipping expedition, payment td.
Try this but doesn’t work.
td.tlabel-soustotal
{
background-color: #fffff !important;
}This code works for the subtotal values
td.tvalue-soustotal
{
color: red !important;
font-style: italic;
font-size: 15px;
font-weight: bold;
background-color: #bde9ba;
}Thx for your help.
Best regards.
Catherine.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to change the background color of the subtotal label td’ is closed to new replies.