Hide the number of results after search

Hi, after searching for any listing I see there’s a small section in the results page that says “Showing 1-6 of x results”. I want to hide that as I don’t want people to know how many total listing are there for that category. Any suggestions?

Thanks

You can try this CSS code snippet:

.hp-result-count {display:none!important}

Thanks it worked perfectly.

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