Home › Forums › Pro Support › Title font › Reply To: Title font
October 11, 2017 at 2:50 am
#2763
Participant
Thanks Jai,
I ended up just using css inspector and making my change via ‘simple CSS’
I actually thought there were settings for the font in 0.50, but maybe I was dreaming 🙂
Here is my css:
.wp-show-posts-columns .wp-show-posts-entry-title {
font-size: 22px;
}
Edit the font size to suit…