Quantcast
Channel: Catch Themes » All Posts
Viewing all articles
Browse latest Browse all 4335

Reply To: change image size for featured content in Catch responsive pro

$
0
0

@thetravelgal: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

function new_image_size() {
	remove_image_size( 'catchresponsive-featured-content', 350, 197, true ); // used in Featured Content
	add_image_size( 'catchresponsive-featured-content', 200, 200, true ); // used in Featured Content
}
add_action('init', 'new_image_size');

Let me know if this works out!
Kind Regards,
Skandha


Viewing all articles
Browse latest Browse all 4335

Trending Articles