Archived topic
color menu one page design
3 replies · Started by David on September 9, 2020
Viewing posts 1–4 of 4
Hi, hover color menu doesn't work on "one page design".
Shows me visited color only.
Can you help me? Thanks ; )
Hi there,
thats because all single page links are set to the Current Color.
Try this CSS to apply hover colors to them:
.main-navigation .main-nav ul li[class*="current-menu-"]:hover > a {
background-color: #f00;
}
Great! It's work!
Thanks ;)
You're welcome
This archived topic is closed to new replies.