- This topic has 2 replies, 2 voices, and was last updated 4 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Change Menu Font Color When Hovering’ is closed to new replies.
Hi, what is the CSS code to Change Menu Font Color When Hovering.
Thanks
#primary-menu li a:hover {
color: #fff;
}
Thanks you! Work perfectly with sub item too !