May 5, 2022 at 11:52 pm
#6249
Keymaster
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.