Remove the Testimonial

Discussion in 'ColorWay WordPress Theme' started by uwatecdiving, Jan 2, 2015.

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

    uwatecdiving Member

    Joined:
    Jun 11, 2012
    Messages:
    47
    Likes Received:
    0
    I have tried pasting code from the other responses about the same question but nothing happens when I paste the code into the CSS box.
    This is the code that I found on another posting

    .featurebox{
    display:none;
    }
    .feature_testimonial {
    display: none;
    }
    I would like to remove just the testimonial please.
    Many thanks
    Yvonne
     
  2. praveen

    praveen Support Staff

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

    To remove testimonial, please paste the custom css code given below.
    (Appearance->Theme Options->Styling Options->Custom Css)

    Code:
    blockquote {
    display: none;
    }
    Thanks
    Praveen
     
    uwatecdiving likes this.
  3. uwatecdiving

    uwatecdiving Member

    Joined:
    Jun 11, 2012
    Messages:
    47
    Likes Received:
    0
    Many thanks for your help, it worked just fine.
     
Thread Status:
Not open for further replies.

Share This Page