# Remove text Tax included and Shipping calculated at checkout below the product price

By default, Shopify adds a note under the product price that says **“Tax included”** and **“Shipping calculated at checkout”** — but in many cases, you might want to hide this to keep things clean.

Here’s how you can remove it using your Shopify settings — no need to touch theme code! 🙌

<figure><img src="/files/PVllgSdupoahlFpX7Mou" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Steps:

1. From Shopify admin, navigate to **Online Store > Themes**.
2. Next to the theme you want to make change to, click **Actions > Edit default theme content**.
3. Search for the text you want to remov&#x65;**:**&#x20;

```
Tax included
```

```
calculated at checkout
```

and delete it.
{% endhint %}

<figure><img src="/files/7xMEun1R41CTkExbOLfP" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/JZXi2Q2O8IzwBCqDc0mq" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
You can also replace the text with your own custom message.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.foxecom.com/hyper-theme/faqs/remove-text-tax-included-and-shipping-calculated-at-checkout-below-the-product-price.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
