How Can I Reduce The Size Display Of Featured Image On Blog? Impact Theme

I just posted a featured blog post and the image is huge. Would love to be able to reduce its size so that it’s significantly smaller. My website is PulseDevice.com and it uses Impact theme

Hi,

Do you want to decrease the height of the image ?

Yes

Hi,

Add this CSS code

Online Store > Themes > Edit code > Assets > custom.css or theme.css

.blog-post-card__figure img { height: 500px}
1 Like

Thank you!