In Ethos I has set the following code to stop the featured image appearing at the top of the post, but to allow the Post Title to be displayed:
.single-post .entry-featured {display: false;}
.single-post .entry-title {display: true;}
However the image is still appearing. Can you advise?
Thanks