How to Remove/Hide Maps in Jobify Results page

If you have your demo imported the most times you will have the Jobs results page indicating the map section at the top of the page. This simply displays the location of all the job listings within the map using pins.

The maps display within this page because the template in use is the maps & results template. Therefore to remove the maps in the find a job page or simply the results page simply head over to edit the page and go to the page attributes on the right side, then under the dropdown select the default template instead. See the screenshot below.

Once you save these changes you should not be able to see the map section in the “Find a Job” page.

An alternative way would be to remove it via some custom CSS code which can be done by inserting the code below in the additional CSS section or in your child theme’s style.css file.

.job_listing-map-wrapper {
    display: none;
}

Hope this helps in the process here.

Was this article helpful?

Related Articles