Fonts size are overridden

Posted in: Newspaper
Post count: 7

G’day guys,

I’ve got an issue where my website – https://defenceofthetruth.com – has the fonts being over ridden somewhere.
If I use the developer options in Chrome, I find the culprit:

.td-page-content p, .td-post-content p, .wpb_text_column p, .td_block_text_with_title p, .woocommerce #tab-description p, .mce-content-body p, .td-page-content li, .td-post-content li, .wpb_text_column li, .td_block_text_with_title li, .woocommerce #tab-description li, .mce-content-body li {
font-size: 15px;
line-height: 26px;

Everything is set to default in the THEME PANEL > THEME FONTS.

The post itself has the main body set to:

BLOCK = PARAGRAPH –> TEXT SETTINGS > Font Size = Normal
BLOCK = PARAGRAPH –> TEXT SETTINGS > Font Size = Small 13

Thank you for your time.
Steve

FYI the post that I’m referring to is here – https://defenceofthetruth.com/en/2019/01/interview-with-rev-van-gurp-about-causes-of-deformation-in-rcn/

Post count: 20688

Hi,

Those are the default font properties set in the theme stylesheet, for those elements
http://prntscr.com/mby1v2
What exactly is the problem you are having? I will help you.

Thanks

Post count: 7

Hi,

The problem as per original post. Is that when editing the post and setting different font sizes should override the default size of the <p> block.

Let me show you what I mean:

https://prnt.sc/mbygm2

Post count: 7

If I remove the line from style.css:

font-size: 15px;

Then it uses the settings set under each post.

Is there a reason why a hard coded default is set?

Post count: 20688

Hi,

The font properties for the paragraph in the post content can be customized in the theme panel
http://prntscr.com/md4b3f
The theme has it’s own settings for the fonts, these will have priority over the default WordPress settings.

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