Remove Home Page Bottom features

Discussion in 'GoldenEagle WordPress Theme' started by edeemartin, Jan 7, 2013.

Thread Status:
Not open for further replies.
  1. edeemartin

    edeemartin New Member

    Joined:
    Nov 18, 2012
    Messages:
    4
    Likes Received:
    0
    I would like to completely turn off the three Home Page Bottom features on my site, http://dev.shakerattleandpole.com/. I would like to keep the tagline feature if I can, but remove the
    Bottom Left Heading

    Bottom Left Text

    Enter Your Blog Heading (this site doesn't have a blog!)

    Testimonial Heading

    Testimonial Text



    Can you tell me what code I need to add to my CSS to kill these three features? Thanks
     
  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-bottom {
    display: none;
    }
     
  3. edeemartin

    edeemartin New Member

    Joined:
    Nov 18, 2012
    Messages:
    4
    Likes Received:
    0
    Thanks! Worked perfectly
     
Thread Status:
Not open for further replies.

Share This Page