Removing "how to use" and "ingredients" tabs

Topic summary

A user running Shopify’s Dawn 12.0 theme wants to remove “How to Use” and “Ingredients” tabs from their product pages, specifically on an Argan Beard Oil listing.

Troubleshooting attempts:

  • Initial suggestion was to use the theme customizer’s “Collapsible row” blocks on the product page, where tabs can be hidden or removed via hover icons
  • User reports no such option exists in their theme customization panel

Proposed solutions:

  1. Add custom CSS code to hide the tabs: section.shopify-section div.tabs { display: none; }
  2. Check the product page admin for dynamic sections and remove content or make tabs blank

Status: The issue remains unresolved. The tabs appear to be hardcoded rather than part of standard Dawn theme customization options, requiring either CSS intervention or backend content removal.

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

Hi,

Anyone know how to remove “how to use” and “ingredients” tabs? I was told they are javascript code? I uploaded tabs instead so we do not need these.

Hi,

I have some questions to you.

  1. Which theme you are using?

  2. Which page you are talking about on theme and where are you need change?

If possible you can attach url store here to easy for check.

Dawn 12.0 theme

Argan Beard Oil - Dorado (doradoskin.com)

how to and ingredients tab

With Dawn Theme, you can go to product customize page, then find to blocks “Collapsible row” and hover to it then click to one of each icon here.

  1. Remove it.
  2. hidden/show.

There’s nothing on the theme that says that. This is coded in.

Did you try go to part of customize product page?

If possible you can take a screenshot where you was try access and finding.

Yeah no option for that here.

Hey Estrad23,

Please try adding the below code after custom css
section.shopify-section div.tabs {
display: none;
}"

Hi @estrad23 ,

it’s a dynamic section coming at your product.

please look into the product page in admin and see if there is a option to enter content for them make it black and see if it removed or not.