Home › Forums › WoodMart support forum › Change the text color on hover in the header menu › Reply To: Change the text color on hover in the header menu
February 8, 2018 at 9:10 am
#38311

Bogdan Donovan
Keymaster
Try this one
body.menu-style-bordered .navigation-wrap.navigation-color-scheme-dark .main-nav .item-level-0 > a {
color: black;
}
body.menu-style-bordered .navigation-wrap.navigation-color-scheme-dark .main-nav .item-level-0 > a:hover {
color: gray;
}
Regards