Reply To: Featured images appearing twice

Home Forums Support Featured images appearing twice Reply To: Featured images appearing twice

Home Forums Support Featured images appearing twice Reply To: Featured images appearing twice

#153779
Tom
Lead Developer
Lead Developer

Hi Dave,

Is this only happening on single posts?

If so, it’s possible that you’re adding the image to the content, and the featured image is showing as well.

Try adding this CSS:

.single .page-header-image-single {
    display: none;
}