Removing featured image

Discussion in 'Figero WordPress Theme' started by rostin, Dec 9, 2012.

Thread Status:
Not open for further replies.
  1. rostin

    rostin Member

    Joined:
    Nov 20, 2012
    Messages:
    88
    Likes Received:
    2
    Hi
    I added the following code and the result is shown in the picture.
    I would like to get rid of image and make the inner-content width 100%.

    .content .feature-content .inner-content {
    text-align:justify;
    text-justify:inter-word;
    background: #fff;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 10px;
    }
    featured.jpg
    Thank you in advance.
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content .feature-content img.feature-image {
    display: none;}
     
    .content .feature-content .inner-content {
    margin-left: 0px;
    }
     
    rostin likes this.
  3. rostin

    rostin Member

    Joined:
    Nov 20, 2012
    Messages:
    88
    Likes Received:
    2
    Worked perfectly. Tnx.
     
Thread Status:
Not open for further replies.

Share This Page