How to Remove "Latest Blog Posts" and "What Clients Say"

Discussion in 'RoadFighter WordPress Theme' started by inbold, Nov 3, 2013.

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

    inbold New Member

    Joined:
    Apr 24, 2013
    Messages:
    20
    Likes Received:
    0
    Hello

    I would like to remove both of these items from my homepage - "Latest Blog Posts" and "What Clients Say"

    I would like to simply have in this order:
    the slider
    the homepage main heading
    the 3 column images (and their text below)
    and the "View Portfolio" Button and text.

    But not have the area with the "latest blog posts" and testimonial area.
    How can I remove it?

    Thank you.
     
  2. jagrom

    jagrom New Member

    Joined:
    Jun 11, 2013
    Messages:
    9
    Likes Received:
    0
    I believe this was answered in one of the previous threads. (I had the same issue so I took some time to look for similar questions ;)

    You should add the following code to the custome css section in the Theme Options > Styling Options
    Code:
    .feature_blog_content {
    display: none;
    }
    .feature_testimonial {
    display: none;
    }
     
  3. inbold

    inbold New Member

    Joined:
    Apr 24, 2013
    Messages:
    20
    Likes Received:
    0
    Thank you so much!
    That's exactly what I was looking for.
     
Thread Status:
Not open for further replies.

Share This Page