Title: Remove Include Tax Text
Last modified: October 5, 2021

---

# Remove Include Tax Text

 *  Resolved [loopforever](https://wordpress.org/support/users/loopforever/)
 * (@loopforever)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/remove-include-tax-text/)
 * 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://wordpress.org/support/topic/hide-tax-label-woocommerce/](https://wordpress.org/support/topic/hide-tax-label-woocommerce/)
 * Thank you.
    -  This topic was modified 4 years, 8 months ago by [loopforever](https://wordpress.org/support/users/loopforever/).
    -  This topic was modified 4 years, 8 months ago by [loopforever](https://wordpress.org/support/users/loopforever/).
    -  This topic was modified 4 years, 8 months ago by [loopforever](https://wordpress.org/support/users/loopforever/).
    -  This topic was modified 4 years, 8 months ago by [loopforever](https://wordpress.org/support/users/loopforever/).

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Mirko P.](https://wordpress.org/support/users/rainfallnixfig/)
 * (@rainfallnixfig)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/remove-include-tax-text/#post-14941118)
 * Hi [@loopforever](https://wordpress.org/support/users/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.](https://wordpress.org/support/users/rainfallnixfig/)
 * (@rainfallnixfig)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/remove-include-tax-text/#post-14964276)
 * 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.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Mirko P.](https://wordpress.org/support/users/rainfallnixfig/)
 * Last activity: [4 years, 8 months ago](https://wordpress.org/support/topic/remove-include-tax-text/#post-14964276)
 * Status: resolved