• Resolved loopforever

    (@loopforever)


    Hello,
    I would like to remove the text in the form … includes tax in the Order Review table on the Checkout page and also Cart Page.
    Is there a way to this? It should be done without CSS if possible.
    The following CSS code works for me:

    .order-total .includes_tax {
        display: none !important;
    }

    If there is no way without CSS; You can mark it as solved.

    Please do not get it wrong. My purpose is not to disable it; to hide/remove.
    Also misunderstood here: https://www.ads-software.com/support/topic/hide-tax-label-woocommerce/

    Thank you.

    • This topic was modified 3 years, 5 months ago by loopforever.
    • This topic was modified 3 years, 5 months ago by loopforever.
    • This topic was modified 3 years, 5 months ago by loopforever.
    • This topic was modified 3 years, 5 months ago by loopforever.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Mirko P.

    (@rainfallnixfig)

    Hi @loopforever,

    Thanks for reaching out.

    Your custom CSS works to hide the text “Includes …” in the Cart Total and Your order Total. If I add this CSS it will also hide the text (incl. tax) in the Cart Subtotal and Your order Subtotal.

    .tax_label { 
    display: none; 
    }

    Can you try if it also works for you?

    Thanks.

    Mirko P.

    (@rainfallnixfig)

    Hi there,

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – we’ll be here if and/or when you are ready to continue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Include Tax Text’ is closed to new replies.