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