Home › Forums › Pro Support › Different font size in featured and other posts › Reply To: Different font size in featured and other posts
August 19, 2016 at 12:33 am
#576
Keymaster
Ah, since you’re using columns, we need to make the CSS a little more specific:
.wp-show-posts-columns .wp-show-posts-entry-title {
font-size: 30px;
}