Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1422052

    filippkotlyar
    Participant

    Hello,

    I have installed Theme X and Supefly menu, now I want to hide it in mobile.

    Have tried inserting custom code from a couple Google searches and it is not working. I’d like to know what code to use and where to insert it.

    The website is http://www.fleurcondos60shuter.com

    Thanks!

    #1422259

    Darshana
    Moderator

    Hi there,

    Thanks for writing in! Could you please try adding the following CSS rule into your Customizer, Custom > CSS rules.

    
    @media(max-width:979px){
      .x-btn-navbar {
        display: none !important;
      }
    }
    

    Hope that helps.