• This theme was okay but it doesn’t give you the option to increase the font size. My audience is 45+, heck I’m only 34 and I found the font annoying to read. Anyway for me no bigger fonts is a deal breaker. Apparently they want you to pay to increase the fonts. Sorry Sally, there are too many free themes out there with adjustable font sizes.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author themesdna

    (@themesdna)

    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.

    Thread Starter notright

    (@notright)

    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 6 years, 1 month ago by notright.
    mttlcsp

    (@mttlcsp)

    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

    Theme Author themesdna

    (@themesdna)

    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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Okay but can’t change the font’ is closed to new replies.