Black Friday sale! Get up to 25% off GP Premium! Learn more ➝

[Resolved] transparent mobile menu

Home Forums Support [Resolved] transparent mobile menu

Home Forums Support transparent mobile menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #442078
    Moses

    Hey, I’m using the page headers options to create a transparent menu, but how doI create the mobile menu transparent as well?

    Sticky should stay white both and desktop and mobile

    #442255
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    @media (max-width: 768px) {
        .mobile-header-navigation:not(.navigation-stick) {
            background-color: transparent;
        }
    }
    #443681
    Moses

    Thanks Leo! it worked

    #444003
    Leo
    Staff
    Customer Support

    No problem!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.