Changing font size of tax information - by mignon

This topic has 3 replies, 3 voices, and was last updated 9 years, 3 months ago ago by maccandy

  • Avatar: mignon
    mignon
    Participant
    September 22, 2015 at 11:43

    How can I change the font size of the tax information right next to the total amount (Includes € xx.xx VAT) on the Cart and Checkout Page?
    I would like to have it in a smaller font size and in a lighter grey colour.
    Thanks for your help

    2 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 22, 2015 at 11:49

    Hello,

    Please provide us with link to the page.

    Regards,
    Robert Hall.

    Avatar: maccandy
    maccandy
    Participant
    September 24, 2015 at 21:42

    hi mignon,

    i had the same issue. try the following code in child theme css

    .bag-total-table .order-total .amount {
        font-size: 16px !important;
        color: #000 !important;
    }
    
    .order-review .order-total .amount {
        font-size: 16px !important;
        color: #000 !important;
    }
  • Viewing 3 results - 1 through 3 (of 3 total)

The issue related to '‘Changing font size of tax information’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.