Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1361591

    Hello together
    I do not want to show the menu on the desktop in the header

    is this possible

    thank you and kind regards

    Franz

    #1361598

    Hi Franz,

    The site you linked to is only showing a white page saying it’s under construction. Could you give us access in private so that we can check it please? I’m not sure exactly what you would like to hide either, so please specify that a bit further.

    Best regards,
    Rikard

    #1361602

    hello rikard
    oh… sorry

    now the page is unlocked

    best regards
    Franz

    #1361603

    I want the menu in the upper right corner not to be displayed

    link below

    thank you
    best regards

    Franz

    #1361613

    Hi Franz,

    Thanks for that. Are you running Enfold on the site? You can try this CSS in order to hide the menu on desktop:

    @media only screen and (min-width: 1000px) {
    #site-navigation {
      display: none; 
    }
    }

    Best regards,
    Rikard

    #1361623

    Hello Rikard
    unfortunately does not work

    thanks and
    kind regards

    Franz

    #1361632

    Hi Franz,

    I’ve adjusted the CSS for you, please review your site.

    Best regards,
    Rikard

    #1361636

    Thank you Rikard

    What would I have to specify so that the hamburger menu is no longer visible anywhere?

    Many thanks and
    with kind regards
    Franz
    anz

    #1361640

    Hi Franz,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
        display: none !important;
    }

    Best regards,
    Nikko

    #1361646

    Hello Nikko

    Thank you very much now it fits perfectly

    You can close this request

    Many thanks and
    with kind regards
    Franz

    #1361651

    Hi,
    Glad Nikko was able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘hide menu top on desktop’ is closed to new replies.