• 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)
  • hannah

    (@hannahritner)

    Hi Catherine,
    Try using this css:

    th.td.tlabel-subtotal, th.td.tlabel-total {
        color: #fff !important;
    }

    Does that work for you?

    Kindly,
    Hannah

    Thread Starter catheg

    (@catheg)

    Hi Hannah,

    Nope, with your code it’s the color of the text that changes not the background color of the column.

    https://ibb.co/bK45kyp

    Kindly

    Catherine.

    hannah

    (@hannahritner)

    Oh sorry, just change to background color, like this:

    th.td.tlabel-subtotal, th.td.tlabel-total {
        bakground-color: red !important;
    }

    Kindly,
    Hannah

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.