How to edit WordPress hamburger menu
-
How are you able to edit the hamburger menu’s CSS dropdown menu in a custom wordpress theme? I’ve created a custom navigation bar but need to be able to make it responsive and edit the standard wordpress dropdown hamburger.
I’m trying to add a background to #wrapper-navbar but I’m unable to find the classes to edit the CSS in my project. How would you be able to edit the dropdown from the hamburger? Is this bootstrap?
Images of code the nav menu created and the hamburger dropdown:
Hamburger dropdownNav menu walker code:
<?php wp_nav_menu( array( 'theme_location' => 'primary', 'container_class' => 'footer-1-explore', 'container_id' => 'navbarNavDropdown1', 'menu_class' => '', 'fallback_cb' => '', 'menu_id' => 'footer-1-explore', 'depth' => 2, 'walker' => new Understrap_WP_Bootstrap_Navwalker(), ) ); ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to edit WordPress hamburger menu’ is closed to new replies.