Hello @troydewit ,
It’s GemPages support team and glad to support you today.
I would like to give you the recommendation to support you so kindly follow the steps below:
- Go to Online Store > Theme > Edit code of your current theme
-
Open your main-product.liquid theme file
-
Find collapsible_tab by Ctrl + F and add the below code inside the
tag
{% if block.settings.open %} open {% endif %}
- Find “type”: “collapsible_tab” and add the below code after “settings”: [
{
"type": "checkbox",
"id": "open",
"label": "Open by default"
},
- Finally, go to the Customize > choose Product and you can check this box to apply it
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team



