Any solution to remove the ex. vat label on the item list on thank you page, except in Sub total
In the Screenshot below the highlighted green should be removed.
Thank you.
2
it solved with this css code :D
.woocommerce-Price-taxLabel.tax_label{ display: none; }
Use same Tax setting, problems solve automatically.
Click here to cancel reply.
2
Answers
it solved with this css code :D
Use same Tax setting, problems solve automatically.