Hi,
As per title really.
I’d like to disable the background-color change when the mouse hovers over the menu. I’d also like to avoid the color change when on the selected page.
Please see the ‘Our Services’ Element on the website: https://dev2.chorkley.uk/
I’d like the background-color of each menu item to remain the same, no matter the page selected or where the mouse is hovering. The current element CSS is:
$el .menu-item {
background-color: green;
}
$el .menu-item.menu-item-192 {
background-color: #643671;
}
$el .menu-item.menu-item-191 {
background-color: #D63762;
}
$el .menu-item.menu-item-187 {
background-color: #58CECE;
}
$el .menu-item.menu-item-190 {
background-color: #80A95E;
}
$el .menu-item.menu-item-189 {
background-color: #DF894C;
}
$el .menu-item.menu-item-186 {
background-color: #D8489E;
}
Thank you in advance