Topic Resolution: Resolved
  • Closed
  • Richard Rivera
    Spectator
    08.12.2016 at 00:03 #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: 2656
    08.12.2016 at 19:43 #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
    08.12.2016 at 20:41 #31382

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

    Denzel Chia
    Moderator
    Posts: 2656
    09.12.2016 at 08:42 #31383

    Hi,

    Please use the following.

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

    Thank you