Feature Images smaller

Discussion in 'Compass WordPress Theme' started by imogen, Feb 18, 2015.

  1. imogen

    imogen Member

    Joined:
    Oct 15, 2013
    Messages:
    56
    Likes Received:
    0
    Hello, is there a way to make the three feature images for the front page. Looking to have the images half the size of the recommended size 352 x 200

    Thank you in advance
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    div.feature-image img {
      width: 175px;
      height: auto;
    }
    Thanks & Regards
    Pramod
     

Share This Page