Archived topic
Mobile Header behavior vs. desktop
1 reply · Started by Tony on March 31, 2018
Viewing posts 1–2 of 2
Hi,
On desktop, the menu header is transparent until you scroll down, then it adds a background color.
On mobile, the menu header doesn't act this way. It has the background color immediately upon loading. How do I mimic the desktop behavior on mobile?
Thanks!
Give this a shot:
#mobile-header:not(.navigation-stick) {
background-color: transparent;
}
This archived topic is closed to new replies.