Hi,
i would like to give two specific menu-items on mobile a different background-color, one yellow and one green is this possible?
“Werken aan vitaliteit” -> Yellow
“Werken aan talent ” -> Green
Best regards, Jos
Hey JosBlo!
Add this to your custom CSS.
#mobile-advanced #menu-item-204 > a {
background: yellow;
}
#mobile-advanced #menu-item-203 > a {
background: green;
}
Cheers!
Elliott
Thank you, that did the trick!
Your support is awesome!