Post and page main text.

Greetings, i am a big fun of your work in the Newspaper X theme and i am using it to build a news blog. I have a question thow. How can i make all the text in a post or a page the same? As of right now the first paragraph of the post is with bold colors and then a line appears and the rest of the text is a pale grey.
Am i doing something wrong in the theme configuration or do i have to change something?
Thanks in advance.

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the paragraph appearance by going to Appearance > Customize > Additional CSS and pasting it there.

/*Paragraph appearance*/
article.post p {
    font-size: 15px;
    color: black;
    font-weight: 400;
    line-height: 25px;
    margin-top: 10px;
}

.single-post .entry-content p:first-of-type, .page .entry-content p:first-of-type {
    color: #001936;
    border-bottom: none;
    padding-bottom: 0px;
}

Best Regards,
Support

I am trying to edit all fonts from that nunito sans default font but it is now working…
I’ve tried CSS as well as easy google font plug in…

None works in changing the font family.

Any idea why?

Hello there,

The code provided here will not affect the font family. I noticed that you have already created a post for this issue and I have replied to it already.

Best Regards,
Support