Hey there,
I was wondering if it’s possible to make ONE nav/menu item a different color? Or perhaps styled a bit differently?
We are hoping to get the ‘Donate’ link at http://anppcan.org/new/ to be the color blue. All the rest of the nav/menu items would be grey, but donate would be a different colour to draw special attention to it.
Not sure if it’s possible, but thought it was worth asking :)
Thanks !
Hi theworldawaits!
Thank you for using Enfold.
You can use this on Quick CSS:
li#menu-item-33 a {
color: blue;
}
Regards,
Ismael
You’re a legend.. thanks Ismael!