[Resolved] Menu item visible on mobile

Home Forums Support [Resolved] Menu item visible on mobile

Home Forums Support Menu item visible on mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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' );
    }
    #422740
    Leo
    Staff
    Customer Support

    Hi there,

    Can you disable maintenance on your site? Just wondering if you are using mobile header.

    #422742
    David

    for this one i cant. yes i am using mobile header

    #422745
    Leo
    Staff
    Customer Support
    #422755
    David

    worked like a charm thank you leo.

    CSS

    .mobile-header-logo .main-navigation.mobile-header-navigation .menu-toggle {
          display:none;
    }
    #422761
    Leo
    Staff
    Customer Support

    Glad I could help 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.