How can I remove 'sold as a set of 2' error from product descriptions?

Topic summary

A store owner encountered an unwanted “SOLD AS A SET OF 2” message appearing at the top and bottom of all product descriptions, confusing customers since all items should be sold individually.

Issue Origin:

  • Problem began after updating from Dawn theme version 9 to version 10
  • Affected multiple products across the store
  • Screenshots showed the erroneous text appearing on various product pages

Resolution:

  • A developer provided a CSS fix to hide the unwanted text
  • Solution involved adding specific CSS code to the Asset > base.css file:
    .product__text.inline-richtext {
      display: none;
    }
    

Outcome:

  • The CSS solution worked successfully
  • Issue was resolved and marked as accepted solution
Summarized with AI on November 18. AI used: claude-sonnet-4-5-20250929.

Product link from cart page results in unwanted content “SOLD AS A SET OF 2” on the top and bottom of all product descriptions. ALL products should ONLY be sol as a single item. Visitors to my store are confused.

Going buggy trying to figure put where it is coming from. Problems seem to have started AFTER updating from version 9 to version 10 DAWN THEME

Here are a coupla URLS

https://shopserotta.com/products/duetti-a9-frameset-clearance-sale

https://shopserotta.com/products/arrc-serottas-any-road-ready-custom-bicycle

1 Like

Hello @powerguy
please add this css Asset > base.css and paste this at the bottom of the file:-

.product__text.inline-richtext {
display: none;
}

[email removed]@

STUPENDOUS ! Worked like a charm !

1 Like

Hello @powerguy

If it is working fine for you then please like the solution as accepted solution.

1 Like