How to delete the "Quote symbol in the testimonial section

Discussion in 'Infoway WordPress Theme' started by imageresults, May 16, 2013.

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

    imageresults New Member

    Joined:
    Apr 10, 2013
    Messages:
    13
    Likes Received:
    0
    client doesn't like the "quote symbol" on the homepage and wants me to delete it, where do I find this line of code so I can make it not show? I attached screenshot.
     

    Attached Files:

  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

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


    Code:
    .testimonial p {
    padding-left: 0px;
    background:none;
    } 
     
  3. imageresults

    imageresults New Member

    Joined:
    Apr 10, 2013
    Messages:
    13
    Likes Received:
    0
    Thank you so much, that did it!
     
Thread Status:
Not open for further replies.

Share This Page