I am trying to design my header but whatever changes I make to it in the editor, doesn’t show in the actual website. For example, I selected for the sticky header to ONLY show on SCROLL UP but didn’t change anything. Or another example is when I turned off the visibility for the header in the editor, it didn’t change anything, and the header was STILL visible. Here is my website link Viibed
Hi @Viibed ,
I have reviewed your requirement, you just need to edit css script and the issue will be resolved. You can follow my instructions!
Step 1: Go to Admin → Online store → Theme > Edit code:
Step 2: Search for the file base.css, . And add this code snippet to the end of the file.
.header-wrapper {
position: fixed !important;
width: 100% !important;
}
Step 3: Save and reload page.
=>> the result will be sticky header to show on SCROLL UP .
I hope these instructions will help you. If they are helpful, please give us likes and mark as the solution.
Have a nice day sirr

