Removing text that isn't part of the DAWN theme

Hello :waving_hand:

I am using the DAWN theme and we used a developer to build our website. We requested extra detail on the product page (marked in attached image) and now we don’t want it there anymore. It isnt part of the DAWN template, so I cant just delete it. Can anyone tell me how I cant get rid of this text please.

Thanks so much!

1 Like

Hello @tashreid

Can you share store URL?

Hi @tashreid . If it is not coming from Dawn theme then it must be that your developer edited the dawn code else these texts are coming from a Shopify app.

If you share your store URL, we can look at it.

https://regodego.com.au/products/bearded-dragon-vic-rego-reminder-sticker

Hi @tashreid

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

div[style=“max-width: 44rem; margin-top: -8px;”] span,

.line-item-property__field span {

display: none !important;

}

In addition, you can add a collection on the home page to optimize SEO, and users can easily identify the products you are introducing.

Hope that my solution works for you.

Best regards,

Henry | PageFly

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

product-info span { display: none !important; } .product-form__buttons span { display: block !important; }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Thanks Henry, this worked.