All Collections
FAQ
Removing Counters from Search Results
Removing Counters from Search Results

Tutorial on how to remove job counter from jobs search results page

Rod avatar
Written by Rod
Updated over a week ago

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.

Did this answer your question?