If you were looking for an answer on how to remove the counter in resume and job search pages, then this short tutorial is for you.
To remove you the counter from search results pages, go to Admin Panel > Appearance > Customize Theme > General Settings Tabs > Custom CSS and add this code.
.search-results__top .search-results__title {
display: none;
}
For the Shift theme, use:
.search-results-subtitle {
display: none;
}
When finished click, Save. Now job/resume counters will not be displayed in search results pages.