I would like to know how to use javascript to change the source of the logo image after scrolling a certain amount in shopify dawn theme.
I would like to know how to use javascript to change the source of the logo image after scrolling a certain amount in shopify dawn theme.
2
Answers
This isn’t tested but you can do it like this
You should create a new section setting for the alternative logo too and link the js variable newLogoSrc with what ever that is something like {{ section.settings.alternative_logo }}
https://developer.mozilla.org/en-US/docs/Web/API/Element/scroll_event
https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollTop
Try these CSS code