delete the testimonial

Discussion in 'ColorWay WordPress Theme' started by mensima12, Jul 30, 2013.

  1. mensima12

    mensima12 New Member

    Joined:
    Jul 29, 2013
    Messages:
    3
    Likes Received:
    0
    Hi! I would like to delete the testimonial quote from my homepage. How do I go about this?

    Thanks!
     
  2. Gourav

    Gourav Support Staff

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

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    blockquote {
    display: none;
    }
     

Share This Page