Collapsible row don't show nothing

Topic summary

Collapsible row on a product page appears blank; changing colors didn’t help. The issue is demonstrated with screenshots, which are central to understanding the problem.

Initial suggestion: verify that the collapsible row section actually has content filled in within the theme editor. After confirmation that content was added, the row still shows nothing.

Next troubleshooting steps proposed:

  • Review the Liquid (Shopify’s templating language) code to ensure conditions/logic for rendering the collapsible row are correct.
  • Inspect the CSS to check if the collapsible block/div is being hidden (e.g., display:none) or otherwise styled to be invisible.
  • Use browser inspect tools to confirm whether the HTML for the row is present in the DOM and whether any conditional classes affect visibility.

No resolution yet. The discussion remains open pending code/CSS inspection results.

Summarized with AI on December 27. AI used: gpt-5.

Hello @Suco , You have to check the liquid code and check whether all the conditions and logic are perfectly working or not. If this all is working then you should check the CSS to inspect that element, if that block of div is display or not !!

Please check it.

Thanks!