Archived topic
Submenu different CSS
3 replies · Started by afuente26 on September 8, 2021
Viewing posts 1–4 of 4
Hello,
I´ve a customized CSS for the menu, something like this
.main-navigation:not(.navigation-stick) .inside-navigation {
text-shadow: 2px 2px #03528b;
}
What I want, is that the style does not affect the submenu too. Is is possible?
Thanks
Angel
Hi there,
Try this:
.main-navigation:not(.navigation-stick) .main-nav > ul > li > a {
text-shadow: 2px 2px #03528b;
}
great support. thanks leo
No problem :)
This archived topic is closed to new replies.