How can I remove filter from the top of the page?

Hello, how can I remove this filter from the top of the page?

If you mean to hide the listing search form, then please try this CSS snippet

.hp-form--listing-search{
	display: none;
}

Thanks, it worked!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.