Hi, I would like to configure for the items (eg: “Argument”) in the sub-layer menu to have the same hover style like item in main menu ( eg: “Offers” highlighed-red, bottom border, no surrounding broder…)
I already tried the code below but it did not apply. Please help enlighten me
"menu": {
"mainMenu": {
"before": {
"background": "#f4f4f4"
},
"borderBottom": "2px solid #ddd",
"mainLayer": {
"background": "#f4f4f4"
},
"subLayer": {
"background": "#f4f4f4",
"item": {
"hover": {
"borderBottom": "2px solid #bf1528",
"color": "#bf1528"
}
}
},
