Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #121066
    Andy
    Participant

    Hi there,

    unfortunatelly, the apperace of the mobile menu in responsive design is not customisable (shows all sub-pages by default; is way to long). There are plugins that allow me to add a customized mobile menu, but then I have two menus on the the top of the phone-view versions… is it possible to hide the built-in menue in phone view only?
    Thank you

    #121114
    Pratik
    Keymaster

    Hi @andygebyahoo-com,

    Can you post in your site url?

    Regards,
    Pratik

    #121577
    Andy
    Participant
    #121578
    Andy
    Participant

    I like your desktop menu, but the mobile menu is not customisable. You’ll see the two hamburgers if you look at the page on a mobile device.

    #121579
    Pratik
    Keymaster

    Hi Andy,

    Try following code in Appearance=> Customize=> Additional CSS:

    
    #header-mobile-menu { 
        display: none;
    }
    

    Let me know how it goes.

    Regards,
    Pratik

    #121580
    Andy
    Participant

    works perfect, thanks a lot

    #121627
    Pratik
    Keymaster

    Hi Andy,

    Thanks for the appreciation. If you liked my support, it would be great if you could leave us a review at https://wordpress.org/support/theme/adventurous/reviews/#new-post.

    Regards,
    Pratik

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Hide top menu in phone version/responsive design’ is closed to new replies.