Home Forums WoodMart support forum Change font of the body in blog post (articles)

Change font of the body in blog post (articles)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #303127

    Simone2701
    Participant

    Hello,

    is there a way to change only the font (style and size) only in the body of all posts in the blog?

    I mean, I need to have a different font for all the posts in my blog. I’ve already created all the posts and want to chenge the font in bulk.

    Thanks

    #303193

    Hello,

    Please provide a single post URL I will give you custom CSS.

    Best Regards

    #303296

    Simone2701
    Participant

    Hello,

    here the page. Please provide a CSS that can be used in custom CSS theme settings in order to have the same for all the posts.

    Thank you!

    #303611

    Hello,

    You will need to remove inline styles: https://gyazo.com/2c640f19b43c69745946e84423a1c1dd

    Please add this code to the Theme Settings > Custom CSS > Global:

    body.single-post p{
    font-size:30px;
    }

    You can change the size as per your needs and add other styles.

    Best Regards

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)