Here’s how to achieve it without digging into code snippets yourself—just the high-level steps:
Define a “scrolled” style
In your theme’s stylesheet, create a variation for the header’s “scrolled” state that hides (or fades out) the logo when it’s active.
Detect page scrolling
Add a small script in your theme assets that watches how far the page has moved. Once you’ve scrolled past your chosen point, it toggles the header into that “scrolled” style; scrolling back up restores the original logo.
Fine-tune and test
Publish those changes, load your site, and scroll. Then adjust the scroll-distance threshold and fade timing until it feels just right.
If you’d like me to implement this for you—complete with the exact styling and scroll trigger—just let me know. I specialize in Prestige customizations and can have it live in no time.
My logo completely disappears on mobile. I have a burger menu on the left on mobile. When scrolling down there’s no logo icon. How do we solve this pls?