Style navigation menu?
-
I’m finding the code examples a little confusing, so could anyone help me with adding my own css style to this menu?
<div id="mainmenu"> <?php wp_nav_menu( array( 'theme_location' => 'mainmenu' ) ); ?> </div>
What should I add to the php code, and where does it end up in my style.css?
Help much appreciated.
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Style navigation menu?’ is closed to new replies.