Skip to content
Public Ticket #20264

Blockquote CSS

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

The problem because the CSS style in the editor mode totally different from the front-end mode, so you need to add more extra CSS code.

Regards,
PenciDesign.


ISOLE-GRECHE replied

Customer Reply

Why is in the editor like that, but in preview is like CSS code?

PenciDesign Supporter replied

Staff Reply

Hi,

Please add this CSS code to your site:

blockquote,
blockquote:not(.wp-block-quote) {
    text-align: justify;
    padding: 15px;
    background: #f1f1f1;
    font-weight: normal;
    font-style: normal;
}

Regards,
PenciDesign.




ISOLE-GRECHE started the conversation

Conversation Start

How is possible to change blockquote CSS (img1):

- dimension and family font;

- not italic or bold;

- alignment justify (not center);

- background color;

I'd like to have something like img2

Want to join this conversation or access attachments? Sign in first.