Remove Speech Marks from Testimonial Description

Discussion in 'ColorWay WordPress Theme' started by rlculver, Feb 25, 2015.

  1. rlculver

    rlculver New Member

    Joined:
    Dec 31, 2012
    Messages:
    19
    Likes Received:
    0
    Hi,

    How do I remove the speech marks from the Testimonial Description.

    Many Thanks
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    blockquote.home_blockquote {
      background: none;
    }
    
    Thanks & Regards
    Pramod Patel
     

Share This Page