Archived topic
Navigation Menu - Different background when sticky
1 reply · Started by Eran on August 2, 2018
Viewing posts 1–2 of 2
Hello!
I have set the background for the navigation menu (primary) as transparent. The menu is set to be sticky, so it looks weird when I scroll. Is it possible to set the navigation menu to have a different background (white for example) when scolling and it's sticky?
Thanks.
Hi there,
Try this CSS:
.main-navigation.navigation-stick {
background-color: #fff;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)
This archived topic is closed to new replies.