Remove the 'Bottom Feature'

Discussion in 'GoldenEagle WordPress Theme' started by bwdaugherty, Dec 14, 2012.

  1. bwdaugherty

    bwdaugherty Member

    Joined:
    Nov 26, 2012
    Messages:
    118
    Likes Received:
    0
    I would like to remove the entire 'bottom feature' from the home page (except for feature button link. Is there a specific styling code to do such? 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;
    }
     

Share This Page