badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Top Navigation Bar

#75131

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