Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Brandon Kraft

    (@kraftbj)

    Code Wrangler

    body.single-job_listing div.post_image { display: none; }

    For anyone else finding this, in Crome, I right-clicked on the featured image and choose inspect element. Seeing the code, in this case, I saw that the featured image is wrapped in a div with the class of post_image.

    To make sure we only impact job listings, I added the body.single-job_listing rule, which should almost always be on a WPJM single listing unless a theme is being a bit silly and not outputting body classes.

    Putting it together, with a display: none, then the featured image is hidden only on WPJM single job listing pages.

    Thread Starter michaelglass4

    (@michaelglass4)

    No bueno ??

    Tried your CSS but the featured image remains.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Featured Image Issue’ is closed to new replies.