February 25, 2020 at 7:57 am
#75131
Theme Horse Support Team
Keymaster
Yes we checked Your Site. The issue is happening because the menu item are linked to the same homepage like menu item ‘Home’. Those menu time are darker because they are active in homepage. Navigation Menu are designed in such a way that it will be active if you are on the same page. Like when you are on contact page then menu item contact will be active and if you are on News page then News menu item will be active.
For the solution please go to ‘Appearance > Customize > Additional CSS” and paste the below Custom CSS Code.
.main-navigation ul li.menu-item-type-custom.current_page_item > a[href*="http://dev.genovatech.com/#"],
.main-navigation ul li.menu-item-type-custom.current-menu-item > a[href*="http://dev.genovatech.com/#"] {
background-color: transparent;
}
.main-navigation ul li.menu-item-type-custom a[href*="http://dev.genovatech.com/#"]:hover,
.main-navigation ul li.menu-item-type-custom a[href*="http://dev.genovatech.com/#"]:focus,
.main-navigation ul li.menu-item-type-custom:hover > a[href*="http://dev.genovatech.com/#"] {
background-color: rgba(0, 0, 0, 0.15);
}
Thanks