Hi,
On a page there is no option like what you have in a post: Don’t display image on single post
So what code should I add if I don´t want to display a featured image on a single page?
Thanks
Charlotte
Hey Charlotte!
Please add following code to Quick CSS
.page-thumb {
display: none;
}
Regards,
Yigit
Thanks :)