Hello
I am using Sense theme and I would like my product description to be a collapsable row, with the option to fold out on default.
How do I code it, I tried something in main-product liquid but didnt work.
thanks
A Shopify user wants to convert their product description into a collapsible row that is expanded by default in the Sense theme. They attempted to modify the main-product.liquid file without success.
Proposed Solution:
{{ product.description }} code to the themeIssue with Solution:
The suggested approach causes all collapsible rows to display the product description, preventing the use of other collapsible content blocks. The problem remains unresolved, as the user needs a way to have both a collapsible product description and other independent collapsible sections.
Hello
I am using Sense theme and I would like my product description to be a collapsable row, with the option to fold out on default.
How do I code it, I tried something in main-product liquid but didnt work.
thanks
To fulfill your request, please follow these steps:
I hope this helps
Best,
Daisy
this works but this creates a new problem: now every collapsable row is the product description. Now i can’t use other collapsable rows anymore