Home Forums WoodMart support forum Change dropdown menu color Reply To: Change dropdown menu color

#186759

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

.vertical-navigation .item-level-0>a {
    background-color: yellow;
}
.vertical-navigation .item-level-0>a:hover {
    background-color: green;
}

Best Regards