Hi, is there a way to only enable sticky headers for my homepage?
I just want a normal header for the rest of my website pages so it is easy to read. Thank you!
P.S. I am using Dawn theme
Hi, is there a way to only enable sticky headers for my homepage?
I just want a normal header for the rest of my website pages so it is easy to read. Thank you!
P.S. I am using Dawn theme
Hi, @fairforgood
Eunice here from Shopify, thanks for posting, and welcome to the Community!
I love the Dawn theme, nice choice! You might be interested in having the ‘alternate sticky header’ customization. I’ll explain more about that below.
Alternate Sticky Header
Dawn’s sticky header setting is a partial sticky header, which is a persistent header that displays only when a customer scrolls up.
This customization adds a setting to have the sticky header display at all times. Both versions of the sticky header omit the announcement bar to conserve vertical space, which is important on small screens. This customization works well for stores that need to have header content visible at all times or pages that have a lot of content and require a lot of scrolling to return to the top of the page.
If you’re interested in having this customization then simply head on over to the Shopify Help Center and connect with a Support Advisor via online chat, email, or call back. They will be able to get this processed for you. Please note you will only be eligible for this customization if you have 15 minutes of design time available. If you’re not sure how much design time you have, the Support Advisor you connect with will be able to tell you.
Hope this helps! If you have any issues getting in touch with support please let me know.
Hi @fairforgood
Kindly follow the below steps to fix this quickly.
Click on Edit Code as shown in below image.
Find theme.liquid under Layouts
Paste below code just before which is closing head tag, like shown in image
CODE:
{% unless template contains "index" %}
{% endunless %}
It will fix your issue quickly.
Thanks
Thank you for helping!