Remove / change header image for portfolio pages

  • Unknown's avatar

    I am using the portfolio section as an “our team” section, highlighting the employees at our business. I love the small photos that appear on the home page (using the featured image for each portfolio page) however, when viewing a project page, the same featured image is used as a header image. This doesn’t work as well for people’s faces.

    Is there a way to remove the header image entirely, or to specify a different header image for the individual project pages?

    site: wilkinsinsurancegroup.wordpress.com

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, add the following to your custom CSS and see what you think. The first rule hides the featured image at the top of the single portfolio pages and the second spaces the content down a bit so it isn’t flush against the header/menu section.

    .single-jetpack-portfolio #main header.main {
        display: none;
    }
    .single-jetpack-portfolio #main {
        margin-top: 50px;
    }
  • Unknown's avatar
  • Unknown's avatar
  • The topic ‘Remove / change header image for portfolio pages’ is closed to new replies.