How to remove or deactivate Drop Down Menu?
-
How can I remove or deactivate the drop down menu?
Her is the code in header.php
<body <?php body_class(); ?> > <div id ="header"> <div id ="header-content"> <!-- Site Titele and Description Goes Here --> <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img class="site-logo" src="<?php header_image(); ?>"/></a> <h1 class="site-title-hidden"><?php bloginfo( 'name' ); ?></h1> <h2 class="site-title-hidden"><?php bloginfo( 'description' ); ?></h2> <!-- Site Main Menu Goes Here --> <nav id="d5businessline-main-menu"> <?php if ( has_nav_menu( 'menu' ) ) : wp_nav_menu(); else : ?> <?php wp_page_menu(); ?> <?php endif; ?> </nav> </div><!-- header-content --> </div><!-- header --> <div id="container">
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to remove or deactivate Drop Down Menu?’ is closed to new replies.