Quotes
- The topic ‘Quotes’ is closed to new replies.
Need help? Check out our Support site, then
Is there any way to remove the large quotation mark from the left side of quotes? Thanks.
(question 2 of 3)
The blog I need help with is: (visible only to logged in users)
Yes, with css in the custom area.
blockquote { background: none; } should do it.
Thanks! Done. It worked.