How to remove tax included. shipping calculated at checkout

Topic summary

Users are seeking to remove the β€œTax included. Shipping calculated at checkout” text from their Shopify product pages.

Solution Provided:

  • Navigate to Online Store β†’ Theme β†’ Edit code
  • Open the theme.css or base.css file
  • Add the following CSS code at the bottom:
.product__tax.caption.rte {
    display: none !important;
}

Current Status:
The original poster initially asked for clarification on where to add the code, which was answered with step-by-step instructions and a screenshot. A second user later requested the same modification for their site (ravencarcovers.com), but this request remains unanswered. The solution involves hiding the tax/shipping notice using custom CSS rather than removing it from theme settings.

Summarized with AI on November 1. AI used: claude-sonnet-4-5-20250929.

my website is https://edcf73-5d.myshopify.com/products/digital-journal-template-printable-editable

Hi @dumbl3d00r ,

  1. Go to Online Store β†’ Theme β†’ Edit code.
  2. Open your theme.css / based.css file and paste the code in the bottom of the file.
.product__tax.caption.rte {
    display: none !important;
}

If my reply is helpful, kindly click like and mark it as an accepted solution.

If you are happy with my help, you can help me buy a COFFEE

Thanks!

2 Likes

where do i add this

  1. Go to Online Store β†’ Theme β†’ Edit code.
  2. Open your theme.css / based.css file and paste the code in the bottom of the file.

I need this removed from www.ravencarcovers.com please