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.
I needed a similar help in case of Solo theme, I have been trying a lot around this but couldn’t fetch up the expected results.
I want to have a white as my site’s primary background color. Meanwhile, for blogs I want to blend it with a slightly not noticeable darker shade, the place of this breakpoint would in between that post’s feature image.
This reference perfectly demonstrates what I am trying for: How to Scale, Crop, Flip & Filter an Image in CSS | IMG.LY Blog
Thank you, and I hope there is something that can be done.
I can’t tell from your link (which is about half broken?) what you’re trying to do. If you want help, post a specific example (what part of that page??) and what you’ve already tried.
Thanks for the reply, @Cathy_Sarisky.
With regards to the specific part of the example from the previous link here is the image (suggested to increase the brightness):
This is what I am trying to replicate using the Solo theme by having a separate color for the site’s background and different color for the article/post but the breakeven is what I am needed in-between the cover/feature image.
Let me know if I could provide more information.
When I look at the Solo theme, I don’t see HTML that I could easily target with “color-changing” CSS injection. Probably you could do something like adding a gray background to the image, and then offsetting it half way down the page. You could do it more easily if there were more elements in the header (top_header and bottom_header), but I only see header, h1, and figure, and img. You could also add more elements by modifying the theme.