Hello, i would like for the header of my store with theme gymuso 1.1.0 to also scroll when a page is being scrolled but instead it doesn’t, it just remains in one place
how do i fix that both for the desktop and mobile versions of my store?
my store link is www.theerosqupidplace.co.uk
Hi, @Nana72
You can try this code
.header-sticky.is-sticky{ display: none !important; }
there’s no section with theme.scss.css
the closest is theme.scss.liquid
plz, paste in that file.
it worked perfectly. Thank you so much