Home › Forums › Support › Hide search on mobile This topic has 5 replies, 2 voices, and was last updated 4 years, 4 months ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts January 25, 2019 at 1:58 am #791732 Uwe Hey! Is there a way to hide the search icon in the navbar to users visiting my site from mobile? January 25, 2019 at 5:53 am #791879 DavidStaff Customer Support Hi there, try this CSS: .mobile-bar-items .search-item { display: none; } January 26, 2019 at 1:25 am #792603 Uwe Hmm It didn’t work unfortunately. Anything else I can try? This is the site by the way: coindiligent(DOT)com January 26, 2019 at 5:56 am #792707 DavidStaff Customer Support Where did you add the CSS? I just tested it by adding it to the top of your additional CSS in the dev tools and it worked. Go to Customizer > Additional CSS and paste it in at the very top of the code stack. January 27, 2019 at 1:16 am #793411 Uwe Oh I initially added it in Simple CSS. It worked indeed, thanks David! January 27, 2019 at 7:32 am #793653 DavidStaff Customer Support Hmmm… it should work in Simple CSS 🙂 Was there any other CSS above it? If so then there is possibly an error in that CSS that would cause code after it not to work. But glad you got i sorted Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In