Hi, how can i remove the fade in animation for the header area, there is a default fade on this header template, and want to get rid of, or change the fade in animation speed,
Hi @eden73
Could you please share your store url and password? I will help to check it.
i sent u a pm
May I suggest to update code these steps:
- Go to Store Online-> theme → edit code
- Assets/component-header-05.css
- Go to line 48 to update time or add code below to bottom of file to remove animation
.header-05.enable_parallax.loading-css,
.template-index #shopify-section-header-05 .header-05.enable_parallax.loading-css {
animation: none!important;
opacity: 1!important;
}
The code to remove the animation doesnt work
also how do i make it appear quicker, the entire top header takes a full second for it to appear when loading the page
