I found the relevant css selectors myself already. In case anyone else wants to do this, here is the necessary css code to put into “Additional css” box:
blockquote ::before, blockquote ::after{
font-size: 1px !important;
color: #______ !important;
}
Replace “______” with the background color used on your site.