Hi MakeWavesMedia,
thanks for downloading the theme.
If you are using the “MH Custom Posts” widget to display recent posts, you can change the thumbnail size by adjusting line 32 in functions.php:
add_image_size('cp_small', width, height, true);
Just change “width” and “height” to your preferred thumbnail size. When you have done this, you have to regenerate your thumbnails by using this plugin:
http://ww.wp.xz.cn/plugins/regenerate-thumbnails/
You can read more about this topic here:
http://codex.ww.wp.xz.cn/Function_Reference/add_image_size
Regards
Michael
Problem solved! I’m really enjoying the theme. Much thanks!
MakeWavesMedia
One more question, how do I make the title of a post show up below the thumbnail on the front page? Also how would I make the title in bold?
Hi MakeWavesMedia,
please add this to “Custom CSS” (Appearance => Customize => General Options => Custom CSS):
.cp-thumb { float: none; margin: 0 0 10px 0; }
.cp-widget-title { font-weight: 600; }
If you enjoy the theme, you might have a look at the premium version with a lot more possibilities! 😉
http://www.mhthemes.com/themes/
Regards
Michael