Removing 4th Feature Image & Description

Discussion in 'ColorWay WordPress Theme' started by arunsingla, Jan 10, 2013.

  1. arunsingla

    arunsingla New Member

    Joined:
    Jan 10, 2013
    Messages:
    2
    Likes Received:
    0
    I want to add simple image of 198*240 px instead of 4th featured image & description.
    I want to paste image with border line in left.

    Please help.
    I want to add image to display "latest discounts & offerings"
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .content img {
    width: 198px;
    height: 240px;
    }
    Adjust width and height as per your requirements.
     

Share This Page