Tagged: menu background color
Hi!
Please check http://www.portegieswebdesign.nl/wp
I would like to change the color of a single menu item (item “contact”). I would like to change to color to #99cc00.
How can I do this?
Thanks for your help!
Martine
Hi there,
you could try this
.main_menu .menu-item.page-item-156 a{
color: #99cc00 !important;
}
Regards
Alex
Hey Evendril,
Thanks for the input on this topic! Much appreciated.
Best regards,
Jordan Shannon
Thanks for your answer!
I had to change the menu item to a link (one page website) and now your code is not working anymore. I changed the menu item number in css but the colour won’t change. Can you please let me know how to fix this?
Thanks!
Martine
This is the code I tried:
.main_menu .menu-item.page-item-1242 a{
color: #99cc00 !important;
}
Already fixed. Thanks!