Instructions
-
Go to ‘Online Store’ → Theme
-
In your Active Theme click on the 3 dots (…) → Edit Code
-
In the Sections folder locate the file ‘main-product.liquid’ or similar.
-
Find {%- when ‘collapsible_tab’ -%}
-
Below the {%- when ‘collapsible_tab’ -%} you will see something like this
{%- when 'collapsible_tab' -%}
- Surround everything in an if statement like this:
{%- when 'collapsible_tab' -%}
{% if block.settings.content != blank or block.settings.page.content != blank %}
{% endif %}
This should work