Copy (most of) style to newly created menu
-
I’m trying to create a new menu underneath my theme’s Main Menu. I need it to have the same styling and responsiveness as the existing one..I’ve added it into functions.php and header.php and created a class for it.
<?wp_nav_menu( array( 'theme_location' => 'new-menu', 'container_class' => 'new_menu_class' ) ); ?>
It’s showing up – but I can’t for the life of me figure out how exactly to copy a style across from one menu to the other.
Any ideas or pointers would be stupendously appreciated to this confused noob. Thanks!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Copy (most of) style to newly created menu’ is closed to new replies.