Hello i just installed the under construction plugin native to pro theme and wasn’t sure if there was a way to increase the font when you or motify it through the plugin setting.
Hi,
Thanks for writing in!
Currently, thre no settings to adjust the font size.
You can increase the font size using css.
Add this in Theme Options > CSS
.tco-under-construction h1 {
font-size:48px;
}
.tco-under-construction h2 {
font-size:24px;
}
.tco-under-construction p {
font-size:16px;
}

You may change the font sizes to adjust.
Hope this helps
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.