Viewing 1 replies (of 1 total)
  • Hello @dedekyomas,

    Do you mean you want to remove the Header Image on the single job?

    If yes, then please try adding below custom CSS via Dashboard > Appearance > Customize > Additional CSS.

    .single-job .site-content>.entry-header {
        display: none;
        min-height: 360px;
        position: relative;
        z-index: 1;
    }

    If not, please let me know for further assistance.

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘remove featured image’ is closed to new replies.