• Resolved Lajos

    (@lajosbrons)


    What is the css identifier of the quote marks that are added to the end and beginning of block quotes? I’d like to make those invisible (by making them the same color as the background color) because they are out of place. (I typically have a reference, page number, or footnote at the end of a blockquote and if there is a quote mark, that reference etc. should be after the quote mark, but since quote marks are added automatically, that’s impossible. And since quote marks are superfluous in case of block quotes, moreover, I’d rather remove them or make them invisible.)

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter Lajos

    (@lajosbrons)

    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.

Viewing 1 replies (of 1 total)
  • The topic ‘css of blockquote quote marks’ is closed to new replies.