Remove Feature page heading and white space

Discussion in 'Infoway WordPress Theme' started by noralynette, Nov 24, 2013.

  1. noralynette

    noralynette New Member

    Joined:
    Nov 21, 2013
    Messages:
    4
    Likes Received:
    0
    How can I remove the feature heading and whit space that will be left when its gone. Thanks
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .slider_wrapper .infotag {
    display: none;
    }
     

Share This Page