styling menus
-
I’m building a child theme and I’d like to style the appearance of the menus. I’m aware that I’m going to use selectors like
nav li {
background-color: #123456;
}or maybe
.menu-item {
…
}But I’m not sure what selectors I need to include in styling all elements of the full menu and all sub-menus.
Is there a WordPress reference to menu markup?
Now, I’ll mention that what I’m doing is building a child theme of the Genesis Framework, but does that change how I would style menus? or are all WordPress menus pretty much the same under the hood?
Mike
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘styling menus’ is closed to new replies.