How do I highlight a single menu item by adding background color?
-
Hi,
I am trying to highlight one menu item by changing background color of that item and I can’t figure out how to do that because I don’t see any id, only “li”
and link title. See screen shoot: https://pasteboard.co/H1GTiMX.jpg . On my old blog with another theme I was able to do this with menu item id like this li.menu-item-9 a {
background: #ff0000 !important;
}Could you help me with this or suggest how to identify menu item id that I can’t change background color with css.
Thank you!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How do I highlight a single menu item by adding background color?’ is closed to new replies.