Removing featured images, heading, and description.

Discussion in 'Andrina WordPress Theme' started by pupwild, Apr 13, 2013.

  1. pupwild

    pupwild Member

    Joined:
    Jan 11, 2013
    Messages:
    126
    Likes Received:
    0
    I would like to remove the featured images, heading, and description. Please see picture.
     

    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:
    .feature-content {
    display: none;
    }
     

Share This Page