Dawn Theme - auto-open first collapsible row

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:

  1. Go to Online Store > Theme > Edit code of your current theme

  1. Open your main-product.liquid theme file

  2. Find collapsible_tab by Ctrl + F and add the below code inside the

    tag

{% if block.settings.open %} open {% endif %}

  1. Find “type”: “collapsible_tab” and add the below code after “settings”: [
{
          "type": "checkbox",
          "id": "open",
          "label": "Open by default"
        },

  1. 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