Remove a filter feature on my listings page

Hivepress 4
How do I remove this filter feature (as shown in the attached photo) from my listings page?

There are two solutions:

  • using CSS customization. It is possible to use this code snippet
.hp-template--listings-view-page .hp-widget--listing-filter, .hp-template--listings-view-page .hp-button--listing-filter{
	display: none;
}

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