Hi,
You can always ask for help before leaving low star reviews. To increase font size, go to your “WordPress Dashboard” -> “Appearance” -> “Customize” -> “Additional CSS”.
Add this CSS code:
body{font-size:16px;}
Change 16px with the size you need. Click on “Publish” button.
Thanks.
Dear sir,
I shouldn’t need to go into the CSS code to change the font size. There are other free themes that don’t require this to change the font size.
-
This reply was modified 1 year, 11 months ago by
notright.
Hi! I really like your theme, but is there anyway I can increase the site title’s font size? or the logo font size and then centered?
I am a newbie when it comes to website designing so I don’t feel like buying anything yet, but would really appreciate if you can help! Thank you!
Many thanks,
Matt
Hi Matt,
Go to your “WordPress Dashboard” -> “Appearance” -> “Customize” -> “Additional CSS“.
Default font size for site title is 24px. Add this code to increase site title font size:
.finewp-site-title{font-size:28px;}
Add this code to center the site’s title:
#finewp-logo{margin:5px 0px 10px 0px;float:none;width:100%;text-align:center;}
.finewp-logo-img{display:block;padding:0;margin:0 auto;}
.finewp-header-banner{float:none;width:100%;text-align:center;}
.finewp-header-banner img{margin:0 auto;}
Click on “Publish” button.
Thanks.