• mike

    (@mikedekievith2013)


    Hello,

    I would need to hide my navigation (top menu )on my homepage.
    I managed to do so for the desktop version of the site, using this css:
    .page-id-xxx #menu {
    display: none;
    }

    However, on mobile the menu is still there ( right upper corner ), and I don’t find how to hide it there.

    site:blissibiza.com

    Thanks for all support

Viewing 1 replies (of 1 total)
  • Thread Starter mike

    (@mikedekievith2013)

    Tried some things but without success so far

    .page-id-1070 .menu_mobile {
    display: none !important;
    }

    .page-id-1070 #menu_mobile {
    display: none !important;
    }

    .page-id-1070 .menu_wraper mobile {
    display: none;
    }

    .page-id-1070 #menu_wraper mobile {
    display: none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Hide navigation on homepage – mobile’ is closed to new replies.