Changing the background behind a sticky header to transparent when scrolling

Hello,

Please follow the steps:

  • Step 1: Go to Online store > Themes > Actions > Edit code.
  • Step 2: Go to Assets > theme.css and paste this at the bottom of the file:
    .js__header__stuck .header__desktop__upper {
    background: transparent !important;
    }