Home Forums WoodMart support forum Taxes display Reply To: Taxes display

#310757

Hello,

Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.tax-total span.woocommerce-Price-amount.amount {
    color: grey;
    font-weight: normal;
}

Best Regards.