Hello there,
I’d like one of my menu items (Gear, last menu item in the sidebar) to appear a different color from the rest. I’ve tried this code, but no luck: `.menu-item-384 {
color: #c62f27;
}` Any ideas on how to achieve this? Thanks so much!
Liz
Hi 1lizcollins!
Thank you for using Enfold.
Use this on Quick CSS:
li#menu-item-384 a {
color: red;
}
Best regards,
Ismael
Thank you!