How to have the description always dropped down but keep other section normal

How to have the description always dropped down but keep other section normal

Scarlettcorban3
Tourist
7 0 1

Hi,

 

Sorry this may be a little confusing. The URL is - https://www.modactive.com/products/mda-core-bone-halter-set-halter-top-leggings

 

We want the description tab always down like attached but have the shipping and returns tab to stay the same. see attached of desired look when someone clicks a product.

IMG_F4C2053ADD83-1.jpeg

Reply 1 (1)

Ahsan_ANC
Shopify Partner
1409 254 327

Hi @Scarlettcorban3 please go to theme editor and open file product-info.liquid file 
and find this line

{%- when 'collapsible_text' -%}
and replace the below four line 
Ahsan_ANC_0-1716723323491.png


with this

 

 {% if block.settings.title contains 'Description' %}
          {% assign open = true %}  
        {% endif %}
        {%- if block.settings.title != blank and block.settings.content != blank -%}
          {%- capture accordion_content -%}<div class="prose">{{ block.settings.content }}</div>{%- endcapture -%}
          {%- render 'accordion', title: block.settings.title, content: accordion_content, class: 'product-info__accordion', block: block,open:open -%}
        {%- endif -%}

 

Ahsan_ANC_1-1716723389141.png

 



Contact for any custom design? Skype : ahsananc
>Was your question answered? Mark it as an Accepted Solution!
Feel Free to Contact Me at my Email: anc2277@gmail.com


To enhance and customize Shopify search and filter, I use Boost Product Filter & Search