Reply To: Different font sizes in most recent post

Home Forums Support Different font sizes in most recent post Reply To: Different font sizes in most recent post

Home Forums Support Different font sizes in most recent post Reply To: Different font sizes in most recent post

#85163
Tom
Lead Developer
Lead Developer

You can target the posts that belong to the blog only by doing this:

.blog .first,
.archive .first {
      /* CSS in here */
}

That should do it 🙂