Site logo

Archived topic

Sticky Menu Background Colour

16 replies · Started by Gyan on February 26, 2022

Viewing posts 16–17 of 17

This worked perfectly for me. You guys are awesome. Almost every time your CSS works flawlessly.

On mobile before I scroll I get a transparent header - https://www.screencast.com/t/Zl5q3bxaIg -- I set the Navigation Background to be transparent so on desktop it looks like https://www.screencast.com/t/t6jkneiorD8

Can I have the Primary Navigation look like this: https://www.screencast.com/t/UMcFRgu8JJsx -- which is what it does when you start to scroll on mobile?

Hope that makes sense. This is the CSS I added:

.main-navigation.is_stuck,
.main-navigation.is_stuck ul ul{
background-color: #E6D6C3;
}
.main-navigation.navigation-stick .main-nav ul li a,
.main-navigation.navigation-stick a:not([aria-label*='Close']) {
color: #000 !important;
}

This archived topic is closed to new replies.