I am trying to change the colour and size of the VAT cost in the cart and checkout in my woocommerce. I only want to change how the VAT looks and not the total amount.
I am using that css:
.woocommerce-page .cart-collaterals .cart_totals table th:last-child {
colour:#000000;
}
But it doesn't work.
any ideas?