Blockquote Default Style Change

Posted in: Newspaper
Post count: 91

Hello! I’d like to change default blockquote to “Quote Box Center”. And after that I’d like to add a new menu “Formats” > “Quotes” > “Quote Center” (so that I can use the current default when I need it). How can I do that?

Thank you in advance).

Post count: 22421

Hello,

You will have to style the default block quote to look like, You can add this code in the theme panel under custom css:

blockquote { margin: 0 0 29px; background-color: #FCFCFC; border-left: 2px solid #4DB2EC; padding: 15px 23px 0 32px; position: relative; top: 6px; } blockquote p { text-align: center; color: #808080; font-family: 'PT Sans',sans-serif !important; font-size: 14px !important; line-height: 21px !important; margin: 0; padding-bottom: 16px; }

Thank you!

Post count: 91

Thank you! And how do I change the current Quote Box Center to default quote with capital letters?

Post count: 35449

Hi,

If this is what you want to achieve -> https://www.screencast.com/t/avyIipdXM then please replace the above custom css with this one
blockquote { margin: 0 0 29px; background-color: #FCFCFC; border-left: 2px solid #4DB2EC; padding: 15px 23px 0 32px; position: relative; top: 6px; text-transform: capitalize!important;}
blockquote p { text-align: center; color: #808080; font-family: 'PT Sans',sans-serif !important; font-size: 14px !important; line-height: 21px !important; margin: 0; padding-bottom: 16px; text-transform: capitalize!important; }

Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.