Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
I want to add the collapsible content section under one of the tabs in the tabbed content section. how do i do this?
Hi,
Hope this will help
- Edit tabbed-content.liquid file.
- Add a <details> tag for collapsible content inside tab.
Code example
<div class="tab-content">
{{ tab.content }}
<!-- Collapsible Section -->
<details class="collapsible">
<summary>Click to Expand</summary>
<p>Your collapsible content goes here.</p>
</details>
</div>
- Use CSS for style.
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025