[ad_1]
Try adding this as additional css:
#header .nav-menu:not(.mobile) > div > ul > li:hover > span { background: red; }
Thread Starter
t.o.m
(@tom84)
great, it works, thank you 🙂
But only for the main menu, can you please tell me, how to make the color also work on the “sub-menu” ?
Try:
#header .nav-menu:not(.mobile) .menu ul { background: red; }
#header .nav-menu:not(.mobile) .menu ul a { color: green; border-bottom: 1px solid rgba(255,255,255,0.2); }
Thread Starter
t.o.m
(@tom84)
#header .nav-menu:not(.mobile) .menu ul li:hover > span { background: red; }
is good with hover 🙂
thanks again 🙂
Regards
Great 🙂 Marking as resolved!
