Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1085344

    Hi there,
    I would like to hide the default menu that appears in the heather section, I would like only to show the logo. I couldn’t find if there’s an option to do so. Could you help?
    Another question, is it possible to show the top heather and hide the main heather?

    thanks!

    Pilar

    #1085859

    Hey inaudit,

    Please try the following in Quick CSS under Enfold->General Styling:

    nav.main_menu {
      display:none;
    }

    I’m not sure I understand your second question, could you try to explain a bit further please?

    Best regards,
    Rikard

    #1086085

    hi Rikard,

    about the second question, I meant that there are like two heathers: the top heather where you can write a sentence or put the social profiles and the header with the logo and menu. Is it possible to hide the main menu where the logo is and only show the top heather?

    As for the code, is ok but it is still with the responsive mode, how do I hide it?
    thanks!

    #1086407

    Hi,

    Thanks for the update, please try this CSS as well:

    .av-burger-menu-main.menu-item-avia-special {
        display: none;
    }

    Best regards,
    Rikard

    #1086598

    Hi there,
    private content

    #1086942

    Hi,

    Please try this instead:

    ul#avia-menu {
      display:none;
    }

    Best regards,
    Rikard

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