Hello,
I am looking to remove the hide/show function to the header of this website: apparis.com And want the header to remain fixed throughout the whole website for desktop.
Any suggestions on how to remove this animation?
Hello,
I am looking to remove the hide/show function to the header of this website: apparis.com And want the header to remain fixed throughout the whole website for desktop.
Any suggestions on how to remove this animation?
sorry for issue can you please let me know which animation do you have removed
Hi @mattpermute ,
Please follow the steps:
Step 1: Go to Online store > Themes > Actions > Edit code.
Step 2: Go to Assets > style.scss.liquid and paste this at the bottom of the file:
.header{
background-color: #fff !important;
transform: translate(0,0) !important;
}
Hope this helps!
this worked! Thank you for your assistance!
-MM