Remove Feature Headings

Discussion in 'Appointway WordPress Theme' started by hossman, Nov 6, 2013.

  1. hossman

    hossman New Member

    Joined:
    Oct 21, 2013
    Messages:
    7
    Likes Received:
    1
    How do i exactly remove the 2nd and 3rd Feature Heading, Description and image selections. I simply want the first one to completely show normally.
     
  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:
    .featurebox .featurebox_desc.second{
    display:none;
    }
    .featurebox .featurebox_desc.third{
    display:none;
    }
    .featurebox .featurebox_desc.first{
    width:100%;
    }
     

Share This Page