I am trying to change the color of the "Schedule a free on-site demo" menu on my site: http://www.industrialcamera.net. I added the following to the style.css file in my theme (business-lite):
.page-item-91 {
background-color: #FF0000;
color: #FFFFFF;
}
After adding the code above all it does is put a red bar directly below the menu and does nothing to the actual menu itself. Can anyone help?
Thanks!