Remove Search bar from Homepage

To remove the search bar from the home page, copy the following code and paste in Custom scripts section by going to the Configure section of the admin dashboard

<style>

#hero__hero__search-form, .lp-hero-or{
display: none;
}

</style>

Code to be pasted in custom script

Was this article helpful?

Leave A Comment?