Hi,
Thanks for using our plugins.
I took a look and see what you mean.
I found this css is overwriting ours:
.home .entry-title, .entry-title a, .archive .entry-title, .search .entry-title, .page-template-blog-page-php .entry-title {
font-size: 120% !important;
line-height: 120% !important;
margin-bottom: 0;
}
And this css:
.entry-title, .entry-title a, .page-title {
font-size: 28px !important;
}
Removing those important tags might fix the issue and prevent it from overwriting our css.
Let me know if you have any follow up questions.
Thanks