• Resolved marchnall

    (@marchnall)


    I would like to change the font size for the body of my blog posts. I have tried just about everything. Can someone please tell me how to do this with the “Sketch” theme???

Viewing 3 replies - 16 through 18 (of 18 total)
  • Thread Starter marchnall

    (@marchnall)

    Thank you SO MUCH for seeing that!!!! I thought maybe there was something I was missing:)…

    Ok, so I like the size of the font now the way it is – 1em.

    I would like just “Home” page body to be larger, the old size – 1.25em/

    How do I make that exception?

    Hey there marchnall,

    Try adding this CSS code:

    .home .entry-content {
    font-size: 1.25em;
    }

    This should limit the font size only on your home page.

    Best regards,
    Bojan

    Thread Starter marchnall

    (@marchnall)

    It works now!! Everything is solved.

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Change Font Size for Body of Post’ is closed to new replies.