Home › Forums › Support › Menu item visible on mobile This topic has 5 replies, 2 voices, and was last updated 7 years ago by Leo. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts November 12, 2017 at 5:55 pm #422681 David 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' ); } November 12, 2017 at 8:19 pm #422740 LeoStaff Customer Support Hi there, Can you disable maintenance on your site? Just wondering if you are using mobile header. November 12, 2017 at 8:30 pm #422742 David for this one i cant. yes i am using mobile header November 12, 2017 at 8:43 pm #422745 LeoStaff Customer Support Hmm give this a shot: https://generatepress.com/forums/topic/possible-to-not-turn-nav-bar-into-a-button-on-mobile/#post-120858 November 12, 2017 at 9:01 pm #422755 David worked like a charm thank you leo. CSS .mobile-header-logo .main-navigation.mobile-header-navigation .menu-toggle { display:none; } November 12, 2017 at 9:39 pm #422761 LeoStaff Customer Support Glad I could help 🙂 Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In