WP Job Manager - Header Landmark

Hi Support Forum!

I have a question related to the plugin WP Job Manager with my X Theme. I created a page where the user can find the jobs (in individual page each one). But, as you can see in the picture I add, in this individual page appears the block “x-header-landmark” below the header, which I want to remove (this block).

How can I do it?

Thank you so much!

Hello Jorge,

Thanks for writing in!

To get rid of the landmark header in the single job listing page, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.single-job_listing .x-header-landmark {
  display: none;
}

We would love to know if this has worked for you. Thank you.

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