Tagged: x Author Posts March 27, 2017 at 2:22 pm #1422052 filippkotlyarParticipant 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! March 27, 2017 at 5:07 pm #1422259 DarshanaModerator 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. Author Posts