How to change color of one menu option on the navigation bar

Hello, I couldn’t find the answer to this question in the forum. Is it possible to change the background color (and font color) for one menu option on the navigation bar? I don’t want to change the hover or active colors… I just want one menu option to stand out when it’s not selected.

Hello @smartermethods,

Thanks for asking. :slight_smile:

Please add following CSS under X > Launch > Options > CSS to change on Join Now menu item:

li#menu-item-417 {background-color: #000;}

li#menu-item-417 a span {color: #fff;}

Please change color codes as per your requirement.

Thanks.

Thank you!

You’re welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.