Links

Sticky header when scrolling

How to customize your header to make it always stiky
If you want your header section to be visible when scrolling up and down, kindly check the following steps.
  1. 1.
    From your Shopify admin, go to Online store.
  2. 2.
    Locate the theme you want to make changes, click Action > Edit code.
  3. 3.
    Find Assets > custom.css.liquid file and add the custom CSS below:
.scroll-down.stuck .header__wrapper {
transform: none !important;
}
4. Click Save to finish.