How to disable the Header animation from the top?

This article fits the ARTSEA, Arnold, theme.

Please paste the custom CSS code to “Appearance > Customize / Additional CSS”:

 #header  {  
-webkit-transition: -webkit-transform 0s;  
transition: transform 0s;
}

You of course add the CSS codes in the child theme.

Was this article helpful?

Related Articles