This topic has 4 replies, 3 voices, and was last updated 9 years, 10 months ago ago by Robert Hall
Good day.
I have been helped before pertaining to changing the navigation and menu link colors, I am however struggling to get the mouseover color back. The color the navigtion menu links turns to when you hover the mouse over it.
My current custom css code is:
———————————————-
.header, .fixed-header-area {
background-color: #5d5c62;
border-bottom: #5d5c62;
}
.menu > li > a {
color: white !important;
}
.menu >li.current-menu-item >a{
color: #f05423 !important;
}
——————————————-
Thanks in advance. It is much appreciated.
Hello,
Please add this code in custom.css file:
.menu > li > a:hover {
color: #f05423 !important;
}
Thank you.
Regards,
Eva Kemp.
Thank you.
Hello,
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘Custom navigation menu mouse-over hover.’' has been successfully resolved, and the topic is now closed for further responses