- This topic has 3 replies, 2 voices, and was last updated 8 years, 3 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Standard Blog Image Sizes on the Homepage
Hey there,
Theme: Girlie Pro
website: gurpreetkgill.com
I’m curious if there’s a way to have a standard size image for each blog’s featured image…and to have it be easeful.
I realize that I could use photoshop to create standard sized, but am curious it there’s a way to do so within the theme itself.
Thanks so much!
Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.news-thumb { height:250px; overflow:hidden;}
.news-box .news-thumb img { min-height:250px;}
Regards,
Chris
That worked perfectly — thank you!!
🙂
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]