Fixed header image but still set feature images – Hemingway Rewritten
-
Hi friends,
I’m looking for a solution to (what I hope is) an easy problem: I would like to set feature images on my portfolio projects and posts, but I do not want them to override the current header image.
In other words, I’d like to have ONE header image for my entire site, but also set feature images for my portfolio projects. I have the Custom CSS package.
Thank you so much for your help in advance.
The blog I need help with is: (visible only to logged in users)
-
Which theme are you using? It depends on the theme, but header image is generally fixed and featured image varies depending on which page/post/portfolio you are currently viewing.
Please let me know which theme are you using. It all depends on the theme. Also it would be great if you could make your site public so volunteers can help you.
-
Hi Chaitanyamsv,
I am using the Hemingway Rewritten theme w. some custom css. I just made it public — thank you so much for your response.
-
In Hemingway theme the site header image we set in Appearance > Header screen is showing up only if page/post/portfolio has no featured image set.
I’d like to have ONE header image for my entire site, but also set feature images for my portfolio projects.
This can be achieved by:
1. Not setting featured image for pages so the common header image will appear.
2. Not setting featured image for Portfolios page: https://phantomlimbbooks.wordpress.com/portfolio/ so the common header image will appear.Individual posts and portfolios can have featured images set, but we can prevent its display by overriding the feature image with the main header using the following CSS:
body.single-jetpack-portfolio .site-header-image, body.single-post .site-header-image { background-image: url(https://phantomlimbbooks.files.wordpress.com/2014/12/cropped-cropped-cropped-backgroundnewwebsitepl21-e1423250705861.jpg); }Please let me know if this is what you are after :-)
-
IT WORKED! Thank you so much — this is exactly what I was looking for! What a relief and a huge help.
- The topic ‘Fixed header image but still set feature images – Hemingway Rewritten’ is closed to new replies.