Comments Lifelicious started the conversationJanuary 28, 2020 at 1:16pmHi, I would like to change the layout of the blockquote. Chang the color of the background and the font in italic. How can I do that? 2,700PenciDesign repliedJanuary 28, 2020 at 3:54pmHi,To do that, please try add more this code to Customize > Custom CSS: .post-entry.blockquote-style-2 blockquote{ background: #ffffff; } .post-entry blockquote, .post-entry blockquote p, .wpb_text_column blockquote, .wpb_text_column blockquote p{ font-style: normal; } Change color code ffffff to any color code as you want. You can get a color code hereBest Regards,PenciDesignLifelicious repliedJanuary 29, 2020 at 12:14pmThank you! Fixed it. Sign in to reply ...
Hi,
I would like to change the layout of the blockquote. Chang the color of the background and the font in italic. How can I do that?
Hi,
To do that, please try add more this code to Customize > Custom CSS:
Change color code ffffff to any color code as you want. You can get a color code here
Best Regards,
PenciDesign
Thank you! Fixed it.