Changes the color of the main menu links when hovering over them.

/* Change the primary menu link color on hover */
#top-menu-nav>ul>li>a:hover {
   opacity:1;
   color:#ef5555;  /* Insert your color value here */
}

Dir hat der Beitrag gefallen? Dann teile ihn gerne!