Reply To: Change quotation marks

Home Forums Support Change quotation marks Reply To: Change quotation marks

Home Forums Support Change quotation marks Reply To: Change quotation marks

#165354
Tom
Lead Developer
Lead Developer

Hi Dave,

You could do something like this:

blockquote:before {
    content: '"';
    position: absolute;
    left: -10px;
    font-size: 60px;
    top: 0;
}

blockquote {
    border: 0;
}

You’ll need to adjust the positioning of the quotation and font size etc but this should get you on your way 🙂