Site logo

Archived topic

Hide search on mobile

5 replies · Started by Uwe on January 25, 2019

Viewing posts 1–6 of 6

Hey! Is there a way to hide the search icon in the navbar to users visiting my site from mobile?

Hi there,

try this CSS:

.mobile-bar-items .search-item {
    display: none;
}

Hmm It didn't work unfortunately. Anything else I can try?

This is the site by the way: coindiligent(DOT)com

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.

Oh I initially added it in Simple CSS.

It worked indeed, thanks David!

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

This archived topic is closed to new replies.