Hide title item of menu in WP
-
Hello !
I have a menu footer in my theme wordpress and I used ACF to display a new field for icons.
I want to display my menu just with icons without the title items.
How can I do this ?
I use this code to display the menu :<?php if ( has_nav_menu( 'footer-menu' ) ) : ?> <?php wp_nav_menu(array( 'theme_location' => 'footer-menu', 'container' => 'div', 'container_id' => 'main-nav', 'container_class' => 'justify-content-end', 'menu_id' => false, 'menu_class' => 'my-footer-menu', )); ?> <?php endif; ?>
Thanks for help
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Hide title item of menu in WP’ is closed to new replies.