Reply To: elevation pro nav hover
July 2, 2022 at 3:37 am
#36697
Grace Support
Keymaster
Hi,
To change the hover color of navigation menu
Go to the Appearance -> Theme Options -> Basic Settings -> Custom CSS
add below css code and change the color code
.sitenav ul li.current_page_item a { color: #000000 !important; }
.sitenav ul li a:hover { color: #000000 !important; }
.sitenav ul li.current-menu-parent a.parent { color: #000000; }
Regards
Grace Themes