Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #293479

    Hello,

    is it possible to hide the main nenu?
    i only need a Navigation on the left side / per page … Logo should be visible on top!

    best regards from vienna,
    robert

    #293507

    Hi rfarthofer!

    Thank you for using the theme.

    Yes, it is possible. Just add this on Quick CSS:

    .avia-menu.av-main-nav-wrap {
    display: none;
    }

    Cheers!
    Ismael

    #293593

    Sorry but this will not work!
    I use Header layout “Logo left, Menu right” and the Menu is still visible!

    #293703

    Hey!

    The code should work. Please remove browser cache then reload the page a few times. Give us the link to the actual website so that we can inspect it.

    Best regards,
    Ismael

    #294235
    This reply has been marked as private.
    #294335

    Hi!

    Please try adding !important rule as following

    nav.main_menu {
    display: none!important;
    }

    Cheers!
    Yigit

    #299007

    Thank you that works perfect!

    Best regards from vienna,
    Robert ;-)

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘No main menu’ is closed to new replies.