Tagged: disable search, hide search
Is there a way to disable the search feature?
Hi there,
To disable the search feature just add below custom CSS code in Appearance > Customize > Additional CSS
.search-toggle { display: none; }
Thank you!