Testimonial

Discussion in 'Infoway WordPress Theme' started by silkysolutions, Jul 25, 2013.

  1. silkysolutions

    silkysolutions New Member

    Joined:
    Sep 7, 2012
    Messages:
    8
    Likes Received:
    0
    I would like to remove the quotation marks from the testimonial section. In addition I would also like to change the font size and font type.

    Many thanks
     
  2. Piyush

    Piyush Support Staff

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

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .testimonial p {
    background: none;
    padding-left: 0px;
    font-size: 16px;
    font-family: symbol;
    }
    Inplace to "16px" and "symbol" you can put your value for font-size and your font respectively.
    This will solve all your issue.
     

Share This Page