How to change the image size on a single posts?

Premium BuddyPress WordPress theme perfect for venue, music brand or community music website.
GK User
Wed Sep 03, 2014 12:05 pm
I want that de single post shows a little image. How can I do it?
This is an example: http://joancardoner.cat/wordpress/2013/ ... ost-found/

I want a little image.

Thanks
User avatar
Junior Boarder

GK User
Wed Sep 03, 2014 2:04 pm
Hello,

Try to add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)

Code: Select all
article figure.featured-image img {   
   width: auto;
}
User avatar
Moderator

GK User
Thu Sep 04, 2014 8:13 am
Ok! Fantastic!
User avatar
Junior Boarder


cron