Removal of Home Page Testimonial Section

Discussion in 'RoadFighter WordPress Theme' started by sean23, Oct 28, 2013.

  1. sean23

    sean23 New Member

    Joined:
    Oct 13, 2013
    Messages:
    23
    Likes Received:
    0
    Hi,
    Can you provide the code to remove the Home Page Testimonial Section.

    Thanks,
    Sean
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .feature_testimonial {
    display: none;
    }
    This will solve your issue.
     
  3. sean23

    sean23 New Member

    Joined:
    Oct 13, 2013
    Messages:
    23
    Likes Received:
    0
    Hi Piyush,

    I input the code into the Custom CSS and only the image was removed not the text to the left of the image. Should I be input another code or send over a screen shot?

    Thanks,
    Sean
     
  4. Gourav

    Gourav Support Staff

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

    Code provided above is working fine, Please share the screenshot about which area you are talking and also share the link of your website.
     
  5. sean23

    sean23 New Member

    Joined:
    Oct 13, 2013
    Messages:
    23
    Likes Received:
    0
    Please review the below screenshot and advise how to remove the section that says 'Latest From the Blog'. the content listed below it will be kept.

    Home Page_3.png
     
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .feature_blog_content {
    display: none;
    }
    This will solve your issue.
     

Share This Page