A Carrington
asked 9 years ago

I would like to remove the quotes that appear in the blockquote posts.

1 Answers
DominicStaff
answered 9 years ago

Hi,
To resolve this issue, you can add the following code to the style.css file:

.format-quote .item-content blockquote:before {
     content: none;
}

Hope this helps !

acarri1
replied 9 years ago

Yes it helped. Thank you!

Powered by DW Question & Answer Pro