A Carrington
asked 10 years ago

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

1 Answers
DominicStaff
answered 10 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 10 years ago

Yes it helped. Thank you!

Powered by DW Question & Answer Pro