Edit Quoted Text in Newspaper

Posted in: Newspaper
Post count: 5

I’ve searched guides but can’t find a place to edit the way quoted text in a post looks in the Newspaper theme. Can anyone help me change the settings?

Post count: 35449

Hi,

Please check this documentation for Post formats (for TinyMCE) -> https://forum.tagdiv.com/post-formats-for-tinymce/
If I did not understand well please provide some more details about what you want to achieve.

Thank you!

Post count: 5

Inside of WordPress there is an option in the post body to block quote text. Whenever I use the block quote, the text formatting is all caps, a different color, and not left justified. I am looking for the option to format all of my quoted text with the same text as my regular post body.

See link for example: https://everythingrecording.com/process-audio-releases-sugar/

My quoted text is Red, All Caps, and Centered. I want to change all of that and allow for bullets to be used in quoted text. I had this option with my old theme.

Thank you for your help!

Post count: 1341

For the front end you can choose the font properties for the quotes in the theme panel
http://prntscr.com/mk3e90

In order to change that color you’ll need to add a custom css in newspaper>theme panel>custom code>custom css https://www.screencast.com/t/W8AWZGuBejMo
.td-post-content blockquote p{
color: #111;
}

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.