I'm attempting to modify the appearance of the VAT cost in the cart and checkout section of my Woocommerce website. Specifically, I want to change the color and size of the VAT display without affecting the total amount.
Here is the CSS code I am using:
.woocommerce-page .cart-collaterals .cart_totals table th:last-child {
colour:#000000;
}
Unfortunately, this code is not producing the desired result. Any suggestions on how to make it work?