Site logo

[Support request] Mobile Header behavior vs. desktop

Home Forums Support [Support request] Mobile Header behavior vs. desktop

Home Forums Support Mobile Header behavior vs. desktop

  • This topic has 1 reply, 2 voices, and was last updated 8 years ago by Tom.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #537154
    Tony

    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!

    #537188
    Tom
    Lead Developer
    Lead Developer

    Give this a shot:

    #mobile-header:not(.navigation-stick) {
        background-color: transparent;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.