Use,
.nav-menu-main > ul > li.current_page_item > a, .nav-menu-main > ul > li.current-menu-item > a{
background: none;
}
Try this
.nav-menu-main > ul > li.current_page_item > a,
.nav-menu-main > ul > li.current-menu-item > a,
.nav-menu-main > ul > li.current_page_ancestor > a,
.nav-menu-main > ul > li.current-menu-ancestor > a,
.nav-menu-main > ul > li.current-menu-parent > a {
background: none !important
}
@jack4arpit
Your solution work! Thank you…half of my problem solved…now I also would like the hover in brown to disappear when I am on the menu items…
Thank you so much if you can find this solution for me 🙂
Hi,
try this
.nav-menu-main > ul > li:hover{background:none !important;}
Thanks
Hi Clarion Tech, sorry this does not work…
Dears,
This is not solved yet…
I also would like the hover in brown to disappear when I am on the menu items…
Thank you so much if you can find this solution for me 🙂
Hoteliour Theme should have a theme option (Typography or Color section) for changing this. Did you searched on theme option?
I know…and I searched, I tried…but can’t find it…that is why I was asking maybe if a css was possible…???