Anniversary Special Sale! 10 Years of Excellence in WordPress Themes | Flat 20% OFF on All Themes Package. Use Code GT10YEARS Buy Now
Anniversary Special Sale Banner

Reply To: elevation pro nav hover

#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