Hello my friend!!
You may have figured this out… but it took me some time and I would like to save others the same.
For some reason with hover I needed 2 css entries to get it to work. Don’t touch the first one… or set it to basic color you want before hover… it breaks the other coding we don’t want.
Change second entry to hover color you want.
Third entry… changes the line underneath ??
.dropdown-menu>li>a {color:black !important;}
.dropdown-menu a:hover {
color: #9c9b90 !important;
}
.current-menu-item a {border-bottom: 2px solid #9c9b90!important;}