skip to Main Content

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.
Heres the screenshot the highlighted green should be removed

Thank you.

2

Answers


  1. Chosen as BEST ANSWER

    it solved with this css code :D

    .woocommerce-Price-taxLabel.tax_label{
        display: none;
    }
    

  2. Use same Tax setting, problems solve automatically.

    Tax setting sample image

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search