Answer the question
In order to leave comments, you need to log in
How to add class to wordpress menu?
How to add class to wordpress menu?
Answer the question
In order to leave comments, you need to log in
When displaying the menu, add the desired class
<?php
wp_nav_menu( array(
'theme_location' => 'header-menu',
'container' => false, // без обёртки (можно div, nav)
'container_class' => '', // класс обёртки
'menu_class' => '', // класс у ul
) );
?>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question