Shopify themes, liquid, logos, and UX
Hello Everyone!
How to show feature image as a 1st image on the product page in shopify prestige theme. I don't want to change anything else. I just want the feature image to show as the first image on the product page. Please help me. Thank you.
Password: Admin
Hi,
Hope this will help
- Find Product Template and Look for this line
{% for media in product.media %} or something similar
Reorder the Images
Code example
{% if product.featured_media %}
<div>
{% render 'media', media: product.featured_media %}
</div>
{% endif %}
{% for media in product.media %}
{% unless media.id == product.featured_media.id %}
<div>
{% render 'media', media: media %}
</div>
{% endunless %}
{% endfor %}
I don't understand. Where should I paste the code? Can you add it to my store and give me instructions?
Code: 8260
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025