Remove three column feature main heading

Discussion in 'Appointway WordPress Theme' started by v4sb, Jul 6, 2013.

  1. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    I would like to remove the three column feature main heading and any extra space that might be left over.
     
  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 h4 {
    display: none;
    }
     
  3. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    Sorry, I mean the actual main heading for all three columns (located underneath the slider), not the individual heading for each column. Thanks.
     
  4. 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 h2 {
    visibility: hidden;}
     

Share This Page