Topic Resolution: Resolved
  • Closed
  • Richard Rivera
    Spectator
    December 8, 2016 at 12:03 am #31377

    How do I remove top menu on mobile?

    I’ve tried the following in Custom CSS but nothing happens.

    @media screen and (max-width:768px){
    .mobile-topnav-holder{
    display:none !important;
    }
    }

    Denzel Chia
    Moderator
    Posts: 2672
    December 8, 2016 at 7:43 pm #31381

    Hi,

    Please try the following.

    @media screen and (max-width:768px){
    .top-menu-social-container {
    display: none !important;
    }
    }

    If it does not work, Please post your URL.

    Thank you

    Richard Rivera
    Spectator
    Posts: 1
    December 8, 2016 at 8:41 pm #31382

    Nope that didn’t work.
    http://test.elixensamerica.com/

    Denzel Chia
    Moderator
    Posts: 2672
    December 9, 2016 at 8:42 am #31383

    Hi,

    Please use the following.

    @media screen and (max-width:768px){
    .top-menu {
    display: none !important;
    }
    }

    Thank you