Remove Testimonials and Blog

Discussion in 'Compass WordPress Theme' started by matthewford, Jan 18, 2015.

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

    matthewford Member

    Joined:
    Jan 16, 2013
    Messages:
    55
    Likes Received:
    0
    How can I remove these features, I have tried adding the following but it doesn't work?

    .grid_12.testimonial.alpha
    {
    display:none;
    }
     
  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_blog_content {
    display: none;
    }
    Thanks & Regards
    Pramod
     
  3. matthewford

    matthewford Member

    Joined:
    Jan 16, 2013
    Messages:
    55
    Likes Received:
    0
    Thanks that did it
     
Thread Status:
Not open for further replies.

Share This Page