Archived topic
Custom sticky menu
3 replies · Started by Carlo on December 16, 2019
Viewing posts 1–4 of 4
Hi, I'm working on the site: http://es73.siteground.eu/~cfconsu4/artediabitare.eu/
I created the main menu with a transparent background and the sticky menu with a white background.
How can I customize the sticky menu sub-menu?
Thanks
Hi there,
try this CSS to change the sub menu and text colors when the nav is sticky:
.main-navigation.is_stuck .main-nav ul ul li {
background-color: #fff;
}
.main-navigation.is_stuck .main-nav ul ul li a {
color: #000;
}
Thanks!!!
You're welcome
This archived topic is closed to new replies.