Hi There,
I’m trying to change the color of my last menu item (enroll), but so far no luck. Here’s what I’ve tried `li#menu-item-5132 a {
color: green !important;
}`
Any ideas on what else I can try? Thanks!
Hey 1lizcollins!
Please try the following code:
.menu-item-top-level-7 a .avia-menu-text{
color: green !important;
}
Cheers!
Rikard
Thanks! Perfect. You can mark as solved.