How to modify blockquotes and to delete quotation marks before them?

  • Posted in : Editor
  • EvgenAntipin
    Participant

    Hallo.

    I would like to modify the blockquotes css styles as follows:

    1. the blockquotes must have NO quotation marks before/after them and
    2. they must be the same as body text in my posts, except the blockquote paragraph should be 1 cm narrower from the lest and right sides.

    Could you please advise me how to change css?

    Thank you very much in advance.

    ahmetsali
    Keymaster

    Hi, try this custom css code;

    blockquote {
        font-size: 16px;
        letter-spacing: 0;
        font-weight: 400;
    }
    blockquote:before {
        display: none;
    }
    
    EvgenAntipin
    Participant

    Thank you very much. It helped.

    ahmetsali
    Keymaster

    you’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.

    EvgenAntipin
    Participant

    Theme rated. :)

    ahmetsali
    Keymaster

    thank you!

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register