Archived topic
Modify only submenu
1 reply · Started by afuente26 on September 9, 2021
Viewing posts 1–2 of 2
Hello,
which css class do I have to use to change only the submenu of the main menu?
Something like this but inverse.....
.main-navigation:not(.navigation-stick) .main-nav > ul > li > a {
text-shadow: 2px 2px #03528b;
}
Hi there,
You can give this class a try:
.main-navigation:not(.navigation-stick) .main-nav > ul > li > ul >li > a
Let me know :)
This archived topic is closed to new replies.