How to determine actual values for "default" in Theme Fonts panel?

Posted in: Newspaper
Post count: 5

I want to restyle the blockquote element in my posts. In particular, I want the font size for that text to be identical to the font size of body text in my posts.

I’m aware of the reply to Edit Quoted Text in Newspaper that (a) gives an example of using custom CSS for changing the color and (b) “For the front end you can choose the font properties for the quotes in the theme panel” using this screenshot.

In the Theme Fonts panel, under “Post content,” all of the “Default Blockquote” settings (for Font family, Size, Line height, Style, etc.) are “Default”. How can I determine what those default values actually are?

I ask because I want to manually override the size of all posts’ blockquote text to be the size of post body text. (It’s clear that the default Size for Blockquote is larger than the default Size for Post Content.) Thus, I need to know the font size of post content text in order to set the Size of Default Blockquote text.

Is this specified in CSS somewhere that I can access? If not, how do I figure this out?

Thanks!

Post count: 35449

Hi,

The css style for blockquote can be found in wp-content/themes/Newspaper/style.css -> https://www.screencast.com/t/cc2BZJfG9KE or you can use the browser inspector -> https://tagdiv.com/how-to-create-custom-code-in-newspaper-theme/

Thank you for your understanding!

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