Product title over image

Dclootbox
Excursionist
30 0 5

Hello.

 

Is it possible to get the product title above the image?

 

Link here 

 

Thanks.

Replies 2 (2)
Asad24
Shopify Partner
180 35 31

Yes, you can show product title above the image using this variable {{ product.title }}

banned
laddisahsi
Shopify Partner
320 33 36

Hi @Dclootbox 

You can follow the following steps:

1. Please go to the Online Store
2. Then Edit Code
3. Please find the theme.liquid file
4. Before end of </head> Please add following code.


 

<style>
h1.product-info__title.h1 {
    position: relative !important;
    left: -109% !important;
}
</style>

 

laddisahsi_0-1697195276824.png

 

 

If this solution is worked, then please Like this and Mark this as accepted solution!


Laddi

-Shopify website development, Theme & App Development
-Contact me: WhatsApp


-Email Me
-If this solution is worked, then please Like this and Mark this as accepted solution!