How to Remove the Bottom Feature ?

Discussion in 'GoldenEagle WordPress Theme' started by comedyclubhouse, Mar 4, 2015.

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

    comedyclubhouse Member

    Joined:
    Apr 18, 2012
    Messages:
    72
    Likes Received:
    2
    I'd like to remove all the "Bottom Feature" (Feature Header, Blog, Testimonials) If you can help me out with the code please ;)

    Thanks
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .feature-bottom {
      display: none;
    }
    
    Thanks & Regards
    Pramod Patel
     
    comedyclubhouse likes this.
  3. comedyclubhouse

    comedyclubhouse Member

    Joined:
    Apr 18, 2012
    Messages:
    72
    Likes Received:
    2
    Yet again Pramod thank you ;)
     
Thread Status:
Not open for further replies.

Share This Page