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,
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,
@TiagoSilva23 can you share your store url ?
Please follow the instructions below
From you Admin page, go to Online store > Themes > Click the three dots on the theme you want to edit > Edit code
Go to Layout folder and open the theme.liquid file
Find the <body
Place the code the line below the <body
{% if template == 'index' %}
{% endif %}
It work very well.
Thank you for the help!
this code will work for my website?