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.
