get rid of search function

Hello,
in my very small website I don’t need the search function. Can I get rid of it? That would be very helpful!
Thanks,
3julies

Hello,

I hope you are doing well today.

You can use the following CSS code to remove the search icon by going to Appearance > Customize > Additional CSS and pasting it there.


/*Remove Search Icon*/
.module.widget-handle.search-widget-handle.hidden-xs.hidden-sm {
    display: none;
}

Best Regards,
Support

Oh great – thank you so much!
Didn’t think it could be this easy :slight_smile:

Thanks for the quick answer,
3julies

Hi, there

I will close this case now, Feel free to contact us again if you have other questions

Thanks!