manosd
1
Hello there,
I just checked all your awsome support forum and found the solution to change the post title with this little code to custom css
h1.entry-title {
font-size: 26px;
}
Code changes the font size in all pages except the shop page.
You can check it here http://ciaociao.gr/shop/
Thank you in advance for your support
movin
2
Hi @manosd,
I hope you are well today and thank you for your question.
You can try changing font size also on shop page by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Unite Options -> Other -> Custom CSS
h1.page-title {
font-size: 26px;
}
Best Regards,
Movin
movin
4
You are most welcome here 