removing large quotes/blockquotes on subpages

Discussion in 'Infoway WordPress Theme' started by kimmyc123, Feb 23, 2013.

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

    kimmyc123 New Member

    Joined:
    Feb 17, 2013
    Messages:
    5
    Likes Received:
    0
    I like the large quotes on the homepage testimonial section. However, anytime I use blockquotes on the sub pages, it adds these large quotes. How do I comment these out on the various templates other than the testimonial section.

    for example on: http://173.192.120.156/~chiusa/?page_id=68
    I would just like to indent/blockquote this info but not have the big quote marks.

    Thank you. -- kim
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your custom css
    Appearance -> Theme Options -> Styling Options -> Custom CSS
    Code:
    blockquote {
    background-size: 20px 20px;
    }
    Adjust the value of the backgound-size as per the requirement.
    This will solve your issue.
     
  3. kimmyc123

    kimmyc123 New Member

    Joined:
    Feb 17, 2013
    Messages:
    5
    Likes Received:
    0
    Thank you! That was very helpful.
     
Thread Status:
Not open for further replies.

Share This Page