Archived topic
Menu item visible on mobile
5 replies · Started by David on November 12, 2017
Viewing posts 1–6 of 6
i have a one page site with 1 menu item (phone number) i would like for it to be visible on mobile instead of the 3 bars menu. i tried altering code i found for secondary menu but i think i have the wrong hook
add_action( 'wp_enqueue_scripts', 'generate_dequeue_primary_nav_mobile', 999 );
function generate_dequeue_primary_nav_mobile() {
wp_dequeue_style( 'generate-primary-nav-mobile' );
}
Hi there,
Can you disable maintenance on your site? Just wondering if you are using mobile header.
for this one i cant. yes i am using mobile header
worked like a charm thank you leo.
CSS
.mobile-header-logo .main-navigation.mobile-header-navigation .menu-toggle {
display:none;
}
Glad I could help :)
This archived topic is closed to new replies.