Remove featured image in pages but keep on homepage
-
I’m looking to have my featured image maintain on the homepage but removed from the actual page. is this possible?
The blog I need help with is: (visible only to logged in users)
-
I apologize, I may be misunderstanding the question but is it that you wish to have the featured image on only the homepage and not on any other pages?
-
-
Thanks for clarifying! I found an answer to a similar situation here:
https://en.forums.wordpress.com/topic/make-header-appear-on-home-page-only?replies=5 -
@eallas
Just saying that all CSS editing is theme specific editing.@canadiantrailseekers
If you’d like to preview your custom colors, fonts, or CSS with a different theme, but without changing the appearance of your live blog, you can use the Live Preview link below any theme on the classic dashboard under Appearance → Themes.Note that Staff follow up all CSS forum threads.
-
@timetheif I’m not looking to change my theme.
@eallas CSS is theme based. Any thoughts on how to hide the featured image from its page but still keeping it on the homepage? -
Hey @canadiantrailseekers again!
I don’t have this theme personally. I have “tried and customized” it. I attempted to make changes with what I was allowed to do, but couldn’t find an answer at this moment. I’m still currently working on it but I think there may be a more in-depth CSS code to accomplish this.
For me, the header image is displayed on all pages by default. I’m not sure if you can customize each page specifically on holding a header image. A featured image is separate to a header image. The header image is usually for the whole site and always found at the top. The featured image is for the page/post itself and can customized to one’s likeing for each individual page.
I apologize for now but I’ll keep working to find a solution unless someone else can chime in on this.
-
Hi
Give this a try in your custom CSS editor. If you are unsure of where to add the CSS code, take a look at this: https://en.support.wordpress.com/custom-design/editing-css/
#custom-header.radius-top { display: none; } .home #custom-header { display: block; }This CSS is first saying to not display the custom header, and then saying yes, display it specifically on the home page only.
Let us know if this works.
- The topic ‘Remove featured image in pages but keep on homepage’ is closed to new replies.