Not displaying multiple Comma images in Testimonial

Discussion in 'Infoway WordPress Theme' started by hilary987, Sep 3, 2013.

  1. hilary987

    hilary987 New Member

    Joined:
    Jun 19, 2013
    Messages:
    12
    Likes Received:
    0
    Hi there. My site is available here http://50.87.146.63/~light789/.

    At the testimonial at the bottom of the home page I would like to get rid of the multiple commabox. I copy and pasted the testimonial p. { code and took out the images in the Child Theme but they still appear. How can I get only one comment box to appear, but still have two lines of text in the testimonial?

    Thanks very much!
     
  2. Piyush

    Piyush Support Staff

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

    To remove the double inverted comma image from the Testimonial section,
    paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .testimonial p {
    background: none;
    padding-left: 0px;
    }
    This will solve your issue.
     

Share This Page