• Resolved Fitshase

    (@fitshase)


    I’m loving the Hueman theme and I’ve got the site looking how I want it except for the font size of the posts – it’s a bit on the large side.

    Does anyone know how to make the font a bit smaller?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Happy to hear!

    Add this as custom css:

    .entry { font-size: 16px; line-height: 1.6em; }

    However, by doing so there is a risk you override the responsive font-size decrease, so it may be a good idea to add it at the bottom of style.css instead.

    Thread Starter Fitshase

    (@fitshase)

    Great stuff – thanks! That has worked a treat. I’ve added it at the end of the style.css in the child theme and all is well.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Font Size for Posts’ is closed to new replies.