Goal: Hide duplicated headings (h3/h4) in Shopify Dawn product descriptions to avoid manual cleanup across many products.
What was done:
Provided a CSS-only fix by editing base.css: “.product__info-container .product__description h4, .product__info-container .product__description h3 { display: none; }”.
Steps: Online Store → Theme → Edit code → base.css → add rule. The change successfully removes h3/h4 in the description area.
Follow-up request:
Merchant asked to also hide the first paragraph that functions as a title on some products (example URL shared). Suggested CSS: “.product__description p:first-child { display: none; }”.
Caveat: With a new content workflow where the first child is always a paragraph (no title), this rule would remove the first paragraph universally, which is undesired.
Status:
Initial heading-removal issue resolved via CSS.
Secondary request (conditionally hiding only “title-like” first paragraphs) remains unresolved; current suggestion would always hide the first paragraph, with no conditional logic provided. An image was referenced but not essential to the solution.
Summarized with AI on December 15.
AI used: gpt-5.
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.