I have set up a top mini menu and placed in right hand top widget area but I need the hover links in the top right hand widget custom menu area to be grey when hovered ?
I have tried the below css but no luck?
.top_nav .nav_menu li i:hover {
color: #606060 !important;
}