Comments juli312c started the conversationJuly 27, 2021 at 4:29pmHiThe size of my featured images on blog posts are very large. How do I make them smaller?Thank you. 3,002PenciDesign repliedJuly 27, 2021 at 4:43pmHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: .standard-post-image img { max-height: 550px;}Change 550px to the maximum height you want to display.Regards,PenciDesign.1 Likejuli312c repliedJuly 27, 2021 at 4:45pmThank you very much :-) Sign in to reply ...
Hi
The size of my featured images on blog posts are very large. How do I make them smaller?
Thank you.
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
.standard-post-image img {Change 550px to the maximum height you want to display.max-height: 550px;
}
Regards,
PenciDesign.
Thank you very much :-)