Hide date and categories in the listing block

Dear Support, I would like to remove the “categories” display
and also “added the”

Hi,

If you need to hide categories in the listings, please try this CSS snippet (How to add custom code snippets - HivePress Help Center):

.hp-listing--view-block .hp-listing__categories,
.hp-listing--view-page .hp-listing__categories {
  display: none !important;
}

To hide the listing publication date, please try this CSS snippet - Hide the listing publication date #hivepress #listings · GitHub.

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