Hello,
I’m trying to keep one of the collapsible text sections open by default in the Prestige theme. The following is the solution for the dawn theme, but I don’t see a
Dawn theme solution:
Find collapsible_tab by Ctrl + F and add the below code inside the
{% 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”
},