Header smooth transition kadence theme
-
Hey,
Lately I’ve been trying to make the header transition smoothly when scrolling down. I’ve come up with some CSS to do that but it does it in reverse, makes the transition smooth but only when scrolling up. No matter what I do I can’t seem to find a solution to that problem. Also didn’t see any option theme customization. Here is the CSS code I came up with that works when scrolling up:/* Reverse the sticky header background colors */
body .site-main-header-wrap.site-header-row-container.site-header-focus-item.site-header-row-layout-standard.kadence-sticky-header.item-is-fixed {
background-color: transparent;
transition: background-color 1.3s ease;
}body .site-main-header-wrap.site-header-row-container.site-header-focus-item.site-header-row-layout-standard.kadence-sticky-header.item-is-stuck {
background-color: white;
}
I would be glad to hear your takes on the problem or even solutions.
Thanks!
- The topic ‘Header smooth transition kadence theme’ is closed to new replies.