Dear,
I have followed the instruction from a thread on how to hide the featured image in posts.
.single-post .entry-featured {
display:none;
}
I worked great. But now I want to but it back, but this CSS code I added is no longer there to remove and the featured images are still not being displayed.
Additional info: I have since installed a child theme. But even when I re-enable the x-theme this CSS code is no longer there to remove.
Could you verify where this has to be changed? I will make a next post with my website details.
Yves