Hi, how do I make it so that when I press the quotation mark blockquote button (") in the visual editor that it defaults to style 3 of the penciblockquote?
I want to be able to do that so that I can highlight a piece of text, press that button and the text is formatted properly.
Hi, how do I make it so that when I press the quotation mark blockquote button (") in the visual editor that it defaults to style 3 of the penciblockquote?
I want to be able to do that so that I can highlight a piece of text, press that button and the text is formatted properly.
Hi,
Please send me your website managment information ( admin url site, username and password ) . I will check it help you
Best Regards,
PenciDesign
Hi,
I go to Customize > Addtional CSS then add custom css to do that
blockquote:not( .penci-pullqoute ) { font-style: normal; position: relative; padding: 13px 15px 13px 24px; background-color: #f5f5f5; border: none !important; overflow: hidden; margin: 0 0 20px 0; font-weight: normal; text-transform: none; font-size: 16px; color: #888; line-height: 1.7; text-align: left; margin-bottom: 0; } blockquote:not(.penci-pullqoute ):after { content: none; } blockquote:not(.penci-pullqoute ):before { content: ''; background-color: #f47920; top: 0; left: 0; bottom: 0; width: 4px; height: 100%; margin-left: 0; } // change background border blockquote:not(.penci-pullqoute ):before, blockquote.style-3:before, .penci-entry-content blockquote:before, .penci-entry-content q:before { background-color: #f47920; } // Style italic blockquote:not(.penci-pullqoute ), blockquote.style-3, blockquote.style-3 p { font-style: italic;}you can change background border color to any background color you want
Best Regards,
PenciDesign
As usual, you're amazing! If I change my mind on italics, do I just change the last font-style: italic to font-style: none ?
Hi,
If you don't use font style italic, please try use code
Best Regards,
PenciDesign