CSS selector for menu first-child item
-
I’m trying to change the background color of the first drop-down menu child but not the second. So far I’ve tried using
ul#menu li:first-child { }
andul#menu-nav-bar li:first-child { }
but neither has worked. I’m using a child of the Twenty Twelve theme. How do I modify the first-child in CSS?
- The topic ‘CSS selector for menu first-child item’ is closed to new replies.