Main product description accordion content hidden

Topic summary

A user reports that their product description accordion content is hidden or non-existent on their Shopify store (using the Studio theme). Screenshots show the accordion sections appear empty whether open or closed.

Proposed Solutions:

  • One responder notes the theme lacks typical accordion indicators (arrows/+/- signs) and asks if there’s an option to keep descriptions always open by default
  • Another suggests adding {{ product.description }} to the main-product file and configuring a product description block in the theme customizer (with reference images provided)

User’s Workaround:
The original poster manually added the “open” attribute to the main-product.liquid file to force the accordion open by default. They also confirm that {{ product.description }} is already present in their code.

Status: The root cause of why content isn’t displaying remains unresolved, though a temporary workaround has been implemented.

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

How to show content when collapsible description are open or closed ?

actually is hidden or non-existent :

how can i fix this ?

theme: studio

website: utopia-paris.fr

@UTOPIA-PARIS - usually it has an arrow or +/- signs when it has collapsible descriptions, but your theme do not have it, does it have an option to keep description always open?

Hi @UTOPIA-PARIS

To fulfill your request, please follow these steps:

  1. Add Code to main-product File
    Open the main-product file and insert the following code where needed:

    {{ product.description }}
    
  2. Add Block in Theme Customizer
    Access the theme customizer and add a block that references the product description, as shown in the provided image.

I hope this helps

Best,

Daisy

i have make it open by default mannualy by adding “open” in main-product.liquid file here :

hey ! is already added on my code :