• Hello all,

    I have searched the forums but I can’t seem to find what I need. I am using the Sight theme on my website (broadstreetonline.org) and I would like to make the font size bigger on blog posts without changing the font size of anything on the front page. I like the size of the excerpts on the front page. Is this possible?

    Thanks in advance!

Viewing 1 replies (of 1 total)
  • Since you’re already using a custom CSS plugin, try this code:

    .single .post-content { font-size: 18px; }

    That will change the font size on your single post pages without affecting the front page.

Viewing 1 replies (of 1 total)

The topic ‘Changing font size on Sight theme’ is closed to new replies.