Is there a way to get rid of the Feature Image displaying 2x (without doing every post)
( i used to manually upload a feature image in the box before publishing)
Thanks
Okay, we understood your problem. If you want to disable the Featured Image from every post, then you can add this style CSS code to Appearance -> Customizer -> Additional CSS. Screenshot: https://prnt.sc/rT6d7zA55NzM
body.single a.featured-image {
display: none;
}
This code will disable the Featured Image from all the posts but Featured images will be shown on the Homepage.