How do remove the Blog and testimonial area

Discussion in 'RoadFighter WordPress Theme' started by bernz, Feb 10, 2014.

  1. bernz

    bernz Guest

    Joined:
    Dec 28, 2011
    Messages:
    49
    Likes Received:
    1
    Hi

    Currently I have no need for the blog and testimonial area on the home page. Please let me know how I can remove this from the home page.

    Thank you.

    Bernard
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     .featurebox{
    display:none;
    }
    .feature_testimonial {
    display: none;
    }

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page