Shopify themes, liquid, logos, and UX
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.
Hi @Scarlettcorban3 please go to theme editor and open file product-info.liquid file
and find this line
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 -%}
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025