Colorway Front Page Images

Discussion in 'ColorWay WordPress Theme' started by dkuhl, Jan 19, 2013.

  1. dkuhl

    dkuhl New Member

    Joined:
    Mar 15, 2012
    Messages:
    9
    Likes Received:
    1
    Hi there

    My website is www.ogug.co.uk. I would like the four front page images to be the same size. I do not want any coding to effect the size of the images on other pages though - please can someone advise.
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Put the following code in your custom css

    Appearance -> theme options -> styling options -> custom css
    Code:
    .content img {
    height: 130px;
    }
    This will solve your problem.

    Thanks.
     

Share This Page