Adding subheading on Image with Text on Debut Theme

Hi everyone!

I am a newbie in Shopify. I would like to ask if how can I put a subheading above the header on the image with text? This is what it should look like.

Hope you could help me. Thank you! :slightly_smiling_face:

1 Like

Hi @JhonSantiago28

Aibek is here from Speedimize.io

Depending on which template it is. if it is a product, then you need to open the product.liquid or product-template.liquid file, find this tag header (Image with text), and add the tag with the text that you want above it.

If you can share the URL of your shop and the page where you want to change, I will be glad to help you.

Hi! Thank you for your reply. Actually I would like to add a subheading text above the main header as you can see on the picture (the red one). :slightly_smiling_face:

Hey @JhonSantiago28

Thanks for getting back to me so quickly.

Open Shopify Panel → Online Store → Themes → Current theme → Edit code → Open file feature-row.liquid → find this piece of code https://prnt.sc/15dddu1

Here you can insert the HTML code that you want.

Hope that helps you.

2 Likes

Thank you for the help! :slightly_smiling_face: I’ve tried adding a this code in the screenshot you have sent

I have also declared an additional input field on this one

JhonSantiago28_1-1623924276378.png

But it is still not working.