This topic has 3 replies, 3 voices, and was last updated 9 years, 3 months ago ago by maccandy
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
Hello,
Please provide us with link to the page.
Regards,
Robert Hall.
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;
}
The issue related to '‘Changing font size of tax information’' has been successfully resolved, and the topic is now closed for further responses