A user wants to add a simple tab interface to a standard page in their Dawn theme store, allowing visitors to switch between content sections (e.g., “Women” and “Men”) with a clean, minimalist design. They have no coding experience and are seeking the easiest implementation method.
Suggested solutions include:
App-based approach: Using the ‘Sections’ app to create tabs without coding, or referencing W3Schools HTML tab examples
AI-assisted generation: Using Shopify’s Sidekick tool to generate the section code through natural language prompts
Theme transplanting: Finding a free theme with the desired tab functionality and copying the relevant code (requires backing up and understanding dependencies)
Custom code solution: One responder provided complete copy-paste code for creating a tabs-section.liquid file, including HTML structure, CSS styling, and JavaScript for tab switching functionality
The custom code solution appears most detailed, offering step-by-step instructions for adding the section through the theme editor. Multiple developers also offered direct assistance to implement the feature.
Summarized with AI on October 23.
AI used: claude-sonnet-4-5-20250929.
I’m trying to add a simple tab section to my “Try-On Guide” page, but my theme doesn’t have one.
My goal is to create something clean and minimalist, exactly like the layout in the image below. When a user clicks a tab (like “Women” or “Men”), the content for that tab appears below it.
I have zero coding knowledge, so I’m looking for the simplest solution. Is there a custom section code I can safely use, or a recommended app for this?
There is an app named ‘sections’ available. Using it you can find a similar solution without doing code.
Of you can use a custom block in product page and use this html code there to add tabs W3Schools Tryit Editor
Try the sidekick tool in the shopify admin and ask it to generate such a section.
It is an LLM so it can be hit or miss especially based on your ability to clear communicate requirements.
There’s also looking around in free themes to see if any of those have the wanted section, backing up your theme then stumbling through trying to transplant the code into a different theme.
Which includes copying the section, any depending CSS or javascript, and making sure to update any setting schema’s if needed, etc etc etc
Though if you just need the customization built reach out to me(click profile pic for cards).
Here’s one I built for a shoe brand https://zeve.com.my/ (below the hero & collection grid see the New Arrival and Best Seller texts that control which slider displays)
We can do this using custom code, either through metafields or by creating a custom section.
Please send me your store URL and collaborator code, so I can check everything and give you a proper update, dear.