All Collections
Debutify Theme
Debutify 3.0
How to Show Feature Image on the Product Page in Debutify 5.0?
How to Show Feature Image on the Product Page in Debutify 5.0?

A guide on how to show feature image on the product page

Mirza Asad Baig avatar
Written by Mirza Asad Baig
Updated over a week ago

Show Feature Image on the Product Page in Debutify 5.0

If you are using the Debutify 5.0 Shopify theme and want to showcase a feature image on your product page, the process is quick and easy.


STEP 1

Log in to your Shopify admin dashboard and go to the Themes section.

STEP 2

Click on the actions (three-dot button) of the desired theme.

STEP 3

Click on Edit Code to open the code editor.


โ€‹STEP 4
Go to Snippets folder.

Find product-template.liquid file.

Step 5: Find the following code:

{%- assign featured_media = current_variant.featured_media | default: product.featured_media -%}

And change it to the following code:

{%- assign featured_media = product.featured_media -%}

Did this answer your question?