Perfect, looks like I’ve managed to change the sizes. So thank you for that.
However, I seem to be unable to hide the featured image from appearing at the top of each individual post.
I inserted a few css styles but haven’t had luck. I’ve tried these combinations, but they either hide the featured posts completely including from the home page, or they make it appear completely.
.content-single .post-thumbnail {
display:none;
}
.post-thumbnail {
display:none;
}
Any ideas?