Change color of ONE menu item
-
I am trying to change the color of the “Schedule a free on-site demo” menu on my site: https://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!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Change color of ONE menu item’ is closed to new replies.