badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Is there a way of increasing the main paragraph and title font sizes?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #90567
    jack3
    Participant

    I’ve had a few people say the main paragraph font is too small, and I’d like to increase it quite a lot beyond what the theme seems to allow. And I wondered if I can then increase the title font sizes too?

    Thank you.

    #90635

    Hi jack3,

    If you are using WordPress 5+ version then you can use the block feature of WordPress and use the Paragraph Block through which you can easily increase the font size of paragraphs to any desirable sizes. Even you can set different font sizes for different paragraphs.
    But if you are using WordPress below 5 Version then you can only increase the font size of content which you can find on our Theme Options on customizer. (it will change the content font size of your entire Site).
    Still to change the font Size of content for only Page/post Single page then please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS Code.

    .page-template-default .site-main .page,
    .page-template-default .site-main .hentry,
    .post-template-default .site-main .post,
    .post-template-default .site-main .hentry {
    	font-size: 17px;
    }

    Thanks

    #90640
    jack3
    Participant

    Thank-you, I’ve gone for the code option as it’s good to change the font size site wide. It’s helped especially on mobile where the default is a bit too small for people with poorer eyesight.

    #90641

    Hi Jack,

    To increase the paragraph and title size just login to your dashboard and go to Appearance > Customize > Additional CSS and paste the below custom CSS code:

    body, input, textarea, select {
    	font-size: 15px;
    }
    .entry-title {
    	font-size: 28px;
    }

    Note: Increase the above digit value 15 for paragraph and 28 for title

    Thank you!

    #90642
    jack3
    Participant

    That’s great, thank you 🙂

    #90645

    Welcome anytime Jack.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.