If you’re looking to create a header similar to the one on https://fearofgod.com/ using the Dawn theme 15.3, here’s how you can achieve it:
Steps 1: Enable sticky header- Go to Online Store → Themes → Click Customize.
- Select the Header section.
- Check “Enable sticky header” and click Save.
Steps 2: Add css for a transparent-to-white effect
For a transparent-to-white effect on the homepage, add this CSS in theme.liquid before :
{% if template == 'index' %}
{% endif %}
Steps 3: Save and check!
