Need Code to Remove Testimonials

Discussion in 'StartPoint Business One Page WordPress Theme' started by slg52884, Jan 15, 2015.

  1. slg52884

    slg52884 New Member

    Joined:
    Oct 3, 2014
    Messages:
    5
    Likes Received:
    0
    Hi,
    I need to remove testimonials for now. Can you please send code and instructions?
    I found code to remove the gallery and that worked great.
    Thanks!
    Stephanie
     
  2. praveen

    praveen Support Staff

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

    Please paste the code given below in custom css.
    (Appearance->Theme Options->Styling Options->Custom Css) of your dashboard.

    Code:
    .testimonial-wrapper {
    display: none !important;
    }
    Thanks,
    Praveen
     

Share This Page