Archived topic
Featured Image shown twice
7 replies · Started by Anonymous on October 18, 2015
Hello,
i want to install GeneratePress, but the Featured Image is shown twice.
What i have to do show it only one time?
Hi there,
Can you link me to a page where it's showing twice?
Ah, this is because you've added the image into the single post as well.
If you'd like to keep the image in the single post, you can remove the featured image with this CSS:
.single .page-header-image-single {
display: none;
}
where i have to insert the css?
This should help: https://generatepress.com/knowledgebase/adding-css/
Thank you
You're welcome :)
