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 */ }
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 */ }