March 6, 2018 at 02:56
#190631
Moderator
Hi,
The hover color should still be there, is the hover color very dark or black? You can add :hover to end to any CSS, in this case please try the below snippet
COPY CODE
.header-color .dropdown-menu li a:hover {
color: #000000 !important;
}
Set the # value of 000000 to your desired color.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution