Quote formatting

Posted in: Newspaper
Post count: 3

I tried changing all DEFAULTBLOCKQUOTE, BOX QUOTE and PULL QUOTE (inside Theme Fonts->Post Content inside preferences) but nothing happens. I just want to stop converting all the text to uppercase.

Any idea?

Post count: 22421

Hello,

Please add this code in the theme panel-> custom css box:

.td-page-content blockquote p, .td-post-content blockquote p, .wpb_text_column blockquote p, .td_block_text_with_title blockquote p, .bbpress blockquote p, .woocommerce #tab-description blockquote p, .mce-content-body blockquote p, .comment-content blockquote p{
text-transform:none!important
}

Thank you!

Post count: 3

It actually worked, but for for some reason I can’t see the formatting when editing, but after publishing, the right format appears ok.

Post count: 22421

It is because the code only affects the front-end. The back-end is not affected by the theme panel custom css field.

Thanks.

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