Scroll on mobile makes logo disappear

Scroll on mobile makes logo disappear

jetwellworld
Tourist
6 0 1

We used the below code to make our logo icon disappear on scroll on desktop and only the navigation menu remains. However, on mobile now when you scroll to logo icon disappears. I want it to remain sticky on mobile

 

<style>
x-header.header.color-scheme.color-scheme--scheme-2.is-solid {
display: flex !important;
justify-content: space-between !important;
}
x-header.header.color-scheme.color-scheme--scheme-2.is-solid h1.header__logo {
display: none !important;
}
</style>

 

jetwellworld_1-1746131822773.png

 

jetwellworld_0-1746131801241.png

 

 

Reply 1 (1)
jetwellworld
Tourist
6 0 1

This worked thanks!