I’m sure this is a simple answer, but for the life of me, I can’t figure out how to resize feature images on posts / pages. I did search before posting.
I have some of the code:
.featured-post-image { }
and I can use this to successfully hide the image, like so:
.featured-post-image { display: none; }
But I can’t, for example, halve the size of the image.
well, you probably want to set width and/or height. (Or maybe max-width and/or max-height.) Can you link the site, or at least a demo of the theme you’re using? The settings needed will vary a bit.