I need a banner image on the header and Fade-In header

Hey!

I would like to have an image as header with the menu, and when you scroll down, it appears a header bar, only in the landing page, for the Publisher theme. Such as this website: https://shirtz.cool/

If you can help me, it will be great!

Thank you!

HI @Beelze6

Please share your store URL

1 Like

Hi! Yes, sure!

Website

Please add this code to theme.liquid file, after in Online Store > Themes > Edit code

{% if template == 'index' %}

{% endif %}

After that, please go to your Online Store > Themes > Customize, in Header, change option Sticky header is Always

Thank you! Well, done, it worked with the background image, but the header I need it to be like the reference website, that it only displays the logo and the menu, and when you scroll down, it fades in and it becomes visible.

Looks like this now:

And I want something like this:

You set up a sticky header in Online Store > Themes > Customize > Header is On scroll up. Please change it to Always

I did it before actually, and tried with scroll up too, tried the 2 ways. Looks the same as the image of the previous reply.

When I use the “Always” option, it looks like this when I scroll down:

Any help with this?