my website is https://edcf73-5d.myshopify.com/products/digital-journal-template-printable-editable
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.
Hi @dumbl3d00r ,
- Go to Online Store β Theme β Edit code.
- 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!
where do i add this
- Go to Online Store β Theme β Edit code.
- 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


