Viewing 2 posts - 1 through 2 (of 2 total) Author Posts December 5, 2018 at 9:23 am #1041109 sovik_rcParticipant Hello, I want to hide top menu for mobile devices. Old topic: https://kriesi.at/support/topic/how-to-hide-top-menu-for-mobile-version/ Top menu still showing on other pages expect home page December 5, 2018 at 4:27 pm #1041267 YigitKeymaster Hey Sovik, Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file: CSS Snippet: @media only screen and (max-width: 480px) { #header_meta { display: none !important; }} Best regards, Yigit Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In