Hi there!
Thanks for reaching out. I’d be happy to help with your question.
There are a couple of ways to go about removing this from displaying on your site, but the simplest would be to add a CSS snippet.
To hide just the search portion of the bar, you can add this CSS:
.tribe-bar-filters { display: none!important; }
However, this leaves the grey background of the bar. To get rid of that, you could use this:
#tribe-bar-form {
background: none!important;
}
Hope that helps! Please let me know if you have any additional questions about this.
Thanks,
Sky