Home Forums WoodMart support forum Blog font customization

Blog font customization

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #140733

    jingyansu
    Participant

    Hello,
    I want to increase the size of paragraph font on our blog section only. How do i do that?

    Note: It should change the font size in any other page throughout my website.

    Let me know,
    Thanks

    #140788

    Hello,

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

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

    Set the font-size as per your needs.

    Best Regards

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