Removing the animation from Header, and making it fixed

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?

1 Like

@mattpermute

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!

1 Like

this worked! Thank you for your assistance!

-MM