Hey there,
On my site, henryebarr.wpengine.com, I’m trying to get a submenu item to style. I’d like to the set background to blue for the search widget area, which I have highlighted in the attahed screenshot.
I have followed the instructions from Ubermenu on how to style a particular submenu item, but it hasn’t worked and hoping you guys can help. http://sevenspark.com/docs/ubermenu-style-menu-items
I’m trying to differentiate the different areas of the menu so it is clear that the search widget is a separate item that the links below.
Here’s the css I have in that isn’t working:
#megaMenu ul.megaMenu li#menu-item-2695 > a{
background:tomato;
}
Thanks for the help!