Reply To: Featured Image shown twice

Home Forums Support Featured Image shown twice Reply To: Featured Image shown twice

Home Forums Support Featured Image shown twice Reply To: Featured Image shown twice

#145434
Tom
Lead Developer
Lead Developer

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;
}