Way to remove searchbar from ease template

Hi. I’ve been trying to figure out how to remove the searchbar on the homepage in the Ease template. I am a newbie to HTML and CSS and hence was wondering if anyone would know a quick and dirty way to do it. I reckon, it would be a couple of code lines that I need to delete in the json and hbs files?

Any help would be much appreciated!

You can remove it from the source file (partials/cover.hbs).

Another option is to hide it using css in code injection:

<style>.search{display:none}</style>
1 Like