Removing 'Main Feature Heading'

Discussion in 'GoldenEagle WordPress Theme' started by bwdaugherty, Nov 30, 2012.

  1. bwdaugherty

    bwdaugherty Member

    Joined:
    Nov 26, 2012
    Messages:
    118
    Likes Received:
    0
    I would like to remove the 'Main Feature Heading' from the theme. Is there an easy way to do so? Thanks ahead of time! :)
     
  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:
    .content h1 {
    display: none;
    }
     

Share This Page