Disable Testimonials?

Discussion in 'StartPoint Business One Page WordPress Theme' started by sinaleivillas, Mar 30, 2014.

  1. sinaleivillas

    sinaleivillas New Member

    Joined:
    Mar 5, 2014
    Messages:
    8
    Likes Received:
    0
    Hello!
    I am wondering if it is an option to disable the testimonials on the front page?
    Thanks!!!
     
  2. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .testimonial-wrapper {
    display: none;
    } 
    This will solve your issue.
     

Share This Page