Font sizes

Hi all,

I guess this is a simple one:

How can I change the font-size generally

  • for the text on pages?
  • for the text of posts?
  • the title of pages?
  • the title of posts?

Thank you.

Cheers, Sebastian

Sebastian,

This should do the trick for Post/Page titles and Post/Page content

.entry-title, .entry-title a {
    font-size: 50px;
}
.entry-content {
    font-size: 16px;
}

Just make sure to change size accordingly and add this code to Theme Options - Other - Custom CSS

Hi Aigars,

this works perfectly. Thanks.

Sebastian