Skip to content
Public Ticket #29572

Blockquote

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

Please modify the CSS code:

.pcdark-mode .post-entry.blockquote-style-2 blockquote, 
.pcdark-mode .wp-block-quote.is-style-large,
.pcdark-mode .wp-block-quote.is-large {
  background: #732893;
color: #fff;
}
.pcdark-mode .post-entry.blockquote-style-2 blockquote *,
.pcdark-mode .wp-block-quote.is-style-large *,
.pcdark-mode .wp-block-quote.is-large *{
  color: inherit;
}

Regards,
PenciDesign.

Akira McDonough-Sieben replied

Customer Reply

Great thank you for all your help so far! Here's another question: how do I change the blockquote font color? I tried to add "color: #ffffff;" to the CSS but to no avail. Thanks.

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

.pcdark-mode .post-entry.blockquote-style-2 blockquote, .pcdark-mode .wp-block-quote.is-style-large, .pcdark-mode .wp-block-quote.is-large {
  background: #732893;
}

Regards,
PenciDesign.

Akira McDonough-Sieben started the conversation

Conversation Start

How can I change the background color of the blockquote. I changed the setting in customize (see attachment) but it doesn't work.

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