Hi Leah,
That did the trick! Thanks so much for your help.
Hi Patrick,
What theme are you using? Judging by the CSS rules that are applying (or attempting to be applied) to it, it looks like the theme is the culprit.
The title is actually in an h4 tag, and the rule that’s being applied to it is for the font size to be 3em, and the source that it’s from (style.css) seems to indicate that the rule is being applied from the theme.
If you do the following in the style.css file, it should help:
h4.entry-title.summary {font-size:2em;}
Hope this helps!