Comments wallus started the conversationOctober 21, 2020 at 8:51pmHi, How is it possible to customize the blockquote style? I'd like to change the font, size, and color of background.Thanks!AS 2,701PenciDesign repliedOctober 22, 2020 at 3:08amHi,Please show me an URL has blockquote on your site to I can take it a look to help you.Best Regards,PenciDesign wallus replied privately 2,701PenciDesign repliedOctober 23, 2020 at 2:22amHi,Please try add more this code to Customize > Custom CSS to do that: .post-entry .wp-block-quote, .wpb_text_column .wp-block-quote, .woocommerce .page-description .wp-block-quote { padding-left: 1em; border-left: 4px solid #000; background: #f7b4b4; color: #ffffff; } .post-entry blockquote.wp-block-quote p, .wpb_text_column blockquote.wp-block-quote p{ font-size: 18px; } Change the color codes f7b4b4 and ffffff to background & text color for blockquote. You can get a color code hereChange value 18 to font size as you want.Best Regards,PenciDesign Sign in to reply ...
Hi,
How is it possible to customize the blockquote style? I'd like to change the font, size, and color of background.
Thanks!
AS
Hi,
Please show me an URL has blockquote on your site to I can take it a look to help you.
Best Regards,
PenciDesign
Hi,
Please try add more this code to Customize > Custom CSS to do that:
Change the color codes f7b4b4 and ffffff to background & text color for blockquote. You can get a color code here
Change value 18 to font size as you want.
Best Regards,
PenciDesign