Archived topic
How to hide the feature image in blog
2 replies · Started by Bertil Ditewig on November 23, 2015
Hi there,
Can some please tell how to hide the feature image in the blog?
Now it's shown as a header (big image)
Link: http://rechtsomleren.nl/de-visueel-ruimtelijke-leerling-is-keer-op-keer-erg-blij-met-de-kernvisiemethode/?preview=true&preview_id=467&preview_nonce=1b77565db6&post_format=quote
The image is set to have a thumpnail at the blog page like this:
http://rechtsomleren.nl/blog-layouts/
(stil designing work to do ;-))
In the generate blog editor settings the image is set "hide"
Thanks in advance,
Bertil
Ore another thing what can help me....
Is it posible to get a thumpnail image at a page like this?
http://rechtsomleren.nl/blog
Iff so, the feature image is isn't necessary and the problem is gone too.
Thanks in advance for helping me out.
With kind regards,
Bertil
Hi there,
You can hide the image on single posts with this CSS:
.single .page-header-image-single {
display: none;
}
To get thumbnails on the page in your second post I would definitely use the Featured Image with the Blog add-on to create the thumbnail.
Then simply use the CSS above to remove the larger image from the single post.
Adding CSS: https://generatepress.com/knowledgebase/adding-css/
Let me know if you need more info :)
