transparent header with transparent Hover (homepage only) - Prestige theme

Hi all,

Nice to write here with this community

I have a very low experience with coding.

I just want to make my header transparent with transparent hover too, but only in my HomePage,

I’m using the prestige theme!

Thanks,

1 Like

@TiagoSilva23 can you share your store url ?

https://ymuaa76n0nlflvtg-66879226169.shopifypreview.com

Hi @TiagoSilva23

Please follow the instructions below

  1. From you Admin page, go to Online store > Themes > Click the three dots on the theme you want to edit > Edit code

  2. Go to Layout folder and open the theme.liquid file

  3. Find the <body

  4. Place the code the line below the <body

{% if template == 'index' %}

{% endif %}
1 Like

It work very well.

Thank you for the help!

1 Like

this code will work for my website?