Remove Subscription Text from Dawn theme

Topic summary

A user wants to remove automatically-generated subscription text from their Dawn theme product page, as they explain subscription details elsewhere and dislike the default wording.

Proposed Solutions:

  • CSS hiding approach: Add custom CSS code to the base.css file that hides the subscription description element using display: none !important;

  • Edit default content: Navigate to Shopify Admin > Online store > Themes > Edit default theme content, then search for and modify the subscription policy text. Note that leaving it completely blank may not be permitted by Shopify.

Key Context:

The text is automatically generated by Shopify itself when detecting recurring subscription products—not by the subscription app or theme. This behavior is standard across all Shopify stores. For additional customization options, contacting Shopify Support or the theme developer is recommended.

Status: Multiple workarounds provided; no confirmation yet on which solution the user implemented.

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

I have a subscription product and as you can see from the photo my theme has automatically added this paragraph to the product page. How do I delete this as I don’t like the wording and I explain everything it contains elsewhere?

I spoke to the app team who’s subscription app I am using and they said it is definitely put there by the theme and not them.

I appreciate any help.

Thanks,

George

Hi Wattsga

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

.product__description.rte.quick-add-hidden {
    display: none !important;
}

Best,
Liz

This text is automatically generated by Shopify when it detects a recurring subscription type - this applies for all Shopify stores and the same text would be generated, if you were using a different subscription app / recurring payments app.
You can find it, by going to your Shopify Admin > Online store > Themes > 3 dots > Edit default theme content > use the search bar to find the policy you want to edit.
A quick fix would be to try and leave it blank, but Shopify might not allow that.
For further questions, I suggest you contact Shopify Support / your theme developer.