How to remove the Home Page Testimonial Section

Discussion in 'RoadFighter WordPress Theme' started by gloryous, Aug 5, 2015.

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

    gloryous Member

    Joined:
    May 25, 2012
    Messages:
    223
    Likes Received:
    8
    Hello again!

    I would like to remove the Home Page Testimonial Section located in the lower right area of the Home Page. Is this possible?

    I want to use this Home Page Sidebar area to add widget content ONLY ... with no Testimonial featured.

    I'll appreciate advice on how to get this done.

    Thank you!

    Glory
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi Glory,

    Please follow the video link given below to insert content in the Homepage Sidebar Area: -
    http://screenpresso.com/=E6Qzd

    Now, paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .feature_testimonial {
        display: none !important;
    }
    Hope it will resolve your issue :)

    Regards!
    Praveen
    InkThemes.com
     
  3. gloryous

    gloryous Member

    Joined:
    May 25, 2012
    Messages:
    223
    Likes Received:
    8
    Perfect! Thanks!

    Glory
     
Thread Status:
Not open for further replies.

Share This Page