Site logo

Archived topic

transparent mobile menu

3 replies · Started by Moses on December 5, 2017

Viewing posts 1–4 of 4

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

Hi there,

Try this CSS:

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

Thanks Leo! it worked

No problem!

This archived topic is closed to new replies.