Hi,
First of all, many thanks for downloading my plugin. ??
As for the text elements font sizes, I have scoped out your website and it seems that you have managed to adjust the size of the fonts using additional CSS.
Anyway, if that’s not the case, you could just navigate to Nifty Options -> General Settings -> Additional CSS. You can add this CSS inside:
.nifty-title {
font-size: 3.2em !important;
}
.nifty-coming-soon-message {
font-size: 4.2em !important;
}
#days, #hours, #minutes, #seconds {
font-size: 4em !important;
}
.nifty-inform {
font-size: 1em !important;
}
Then just adjust the size of the desired elements in em’s and save chagnes. The 1em should be arround 10px. You can also use pixels as well.
I hope this aw helpful.
Please also note that the option for adjusting the font size will be introduced in the upcoming plugin updates.
And… If you like my plugin, don’t forget to rate it with 5 star, it will fuel up the plugin updates and features for sure. ??
Regards.