[Resolved] Change quotation marks

Home Forums Support [Resolved] Change quotation marks

Home Forums Support Change quotation marks

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #165224
    Dave

    Hi – quick question:

    How do I change the quotation marks from a solid line down the left to actual nice “quotation marks”?

    Thanks
    Dave

    #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 ๐Ÿ™‚

    #165479
    Dave

    Awesome – thanks.

    #165592
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.