Reply To: Post date, body, comment and widget font and font size

Home Forums Support Post date, body, comment and widget font and font size Reply To: Post date, body, comment and widget font and font size

Home Forums Support Post date, body, comment and widget font and font size Reply To: Post date, body, comment and widget font and font size

#109464
Tom
Lead Developer
Lead Developer

Hi Steve,

The entry meta is set to 85% of the font size, which in this case is still pretty big.

To set a specific size, add this CSS:

.entry-meta {
      font-size: 14px;
}

Let me know if you need more info 🙂