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.