Hiding number of category listings

Hi we discussed this a number of moths ago and I was given a code snippet which hid the number of listings in a subcategory… thank you for that… however I still need a code snippet or some solution for hiding the number of listings in a category. In a startup business it looks terrible when everyone one can see how few listings you have. Plse see screenshot and website

Hi @horizonbookings.com,

To hide the listing count on category blocks, add the following snippet via WP > Appearance > Customise > Additional CSS.

.hp-listing-category--view-block .hp-listing-category__item-count,
.hp-listing-category--view-page .hp-listing-category__item-count {
    display: none;
}

I hope this helps!

Cheers,
Chris :victory_hand:

1 Like

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