Change NavBar Font Color for Specific Menu Item in Button

Hello,

I’d like to change the color of the font for the button at the end of my NavBar.

The staging website is here: http://dxp.vya.mybluehost.me/

I’ve tried this in the child theme custom CSS using the ID for my menu item, but the code doesn’t seem to work:

li#menu-item-1447 a {
color: #1e3667;
}

Thank you.

Hi @DaveChaves,

Thank you for writing in, you’ve use a more specific selector on styling that menu button.

Please use the same selector or a selector with much specificity. Or just change the color: #efe7d8; you used on that code, since it will only affect the menu with a class of menu-item-fill

CSS Specificity: Things You Should Know

Cheers!

1 Like

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