Viewing 4 replies - 1 through 4 (of 4 total)
  • 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

    Thread Starter MakeWavesMedia

    (@makewavesmedia)

    Problem solved! I’m really enjoying the theme. Much thanks!

    MakeWavesMedia

    Thread Starter MakeWavesMedia

    (@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

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Bigger Thumbnails on Posts?’ is closed to new replies.