Comments Akira McDonough-Sieben started the conversationSeptember 13, 2024 at 9:49amHow can I change the background color of the blockquote. I changed the setting in customize (see attachment) but it doesn't work. Attached files: Screen Shot 2024-09-13 at 2.48.19 AM.png 2,609PenciDesign repliedSeptember 13, 2024 at 11:27amHi, 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 repliedSeptember 14, 2024 at 6:43amGreat 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. Attached files: Screen Shot 2024-09-13 at 11.43.06 PM.png 2,609PenciDesign repliedSeptember 14, 2024 at 7:01amHi, 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. Sign in to reply ...
How can I change the background color of the blockquote. I changed the setting in customize (see attachment) but it doesn't work.
Attached files: Screen Shot 2024-09-13 at 2.48.19 AM.png
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
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.
Attached files: Screen Shot 2024-09-13 at 11.43.06 PM.png
Hi,
Please modify the CSS code:
Regards,
PenciDesign.