Customize Main Menu Font Color

Hey @movin!

I am trying to change the color of one of the menu items - so it stands out from the others.
I have added some custom css classes (see attached) to add a button behind it.
Need to make the text #fff just for that one item.

What css do I need to add?

Thanks for any help you can give.

http://www.myworshipmentor.com

Hi @jkriggs,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other



.menu li.btn.btn-lg.btn-filled.menu-item a {
    color: #fff;
    opacity: 1;
}

Best Regards,
Movin

Worked perfectly. Thank you!

You are most welcome here :slight_smile: