Is it possible to change only one item of the navigation menu to a different color?
For example if all items on my navigation menu are black in color, but I have a navigation menu (Page Title) item named “Go Green,” is it possible to change the Go Green menu item to green (and all other items remain black)?
Any advice you could provide would be greatly appreciated.
Thanks!
Hey MLA18,
#menu-item-1376 > a:nth-child(1) > span:nth-child(2) { color: green; }
Try that, it should work properly.
Best regards,
Basilis
Hi Basilis,
Thank you for that information as that almost did the trick. Is there way to also get the same effect when a transparent header is in use? Currently the transparent header navigation menu is set to the color of white.
Any advice you could provide would be greatly appreciated.
Thanks!
Hi,
Add this to quick css also to add the style to the transparent header:
#header.av_header_transparency #menu-item-1376 > a:nth-child(1) > span:nth-child(2) { color: green!important; }
Best regards,
Jordan Shannon
Awesome. That did the trick.
Thanks again for your time and info Basilis and Jordan!
You may close this thread.
Hi,
I’m glad we were able to help you get your issue resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon