Single entry featured image

I am trying to remove the featured image, title and date from single posts. I have used:
/* disable featured image, title and date on single post */
.single-post .entry-featured {
display: none;
}

.single-post .entry-title {
display: none;
}

.single-post .entry-date {
display: none;
}

The entry title and entry date are working but not the image - can you help please?

Thanks

UPDATE: More trial and error and have sorted it- thanks

Hey Alex,

We are just glad that you have figured it out a way to correct the said issue.
Thanks for letting us know!

Best Regards.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.