Latest From The Blog Image Sizes

Discussion in 'RoadFighter WordPress Theme' started by mcfadyen77, Sep 5, 2013.

  1. mcfadyen77

    mcfadyen77 New Member

    Joined:
    Jul 22, 2013
    Messages:
    8
    Likes Received:
    0
    Any way to change the preview image size for the LATEST FROM THE BLOG section on the front page?

    Thanks!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .featurebox .blog_item img {
    width: 110px;
    height: 100px;
    }
    .featurebox .blog_item .thumbnail {
    width: 110px;
    }
    Adjust its value as per your requirements.
     

Share This Page