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*

How to change Font Size on posts

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #44987
    Allurynn
    Participant

    Hello,

    I’ve tried searching to see if this has been posted already but have not been successful. Could you please tell me how I can change the size of my post fonts in the CSS. I have tried changing it in the Editor to no success and I even added the plugin Simple CSS to over ride the theme’s font setting but it has not been successful. Can you please assist me?

    #44996

    Hi Allurynn,

    To change the size of the post go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    .entry-header .entry-title {
        font-size: 40px;
        line-height: normal;
    }

    Please Increase/Decrease the above digit value 40 as your wish.

    Thank you!

    #45015
    Allurynn
    Participant

    Thank you for your quick response. Unfortunately that does not resolve my problem. It only affects the header/title not the body or in other words the content of the post you know the paragraphs I write in the post. I looked in Editor and found this code:

    .entry-content th,
    .comment-content th {
    color: #666;
    font-size: 72px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    text-transform: uppercase;
    }

    I have adjusted the “font-size:” up and down many times I even changed the “secondary” font sizes and it does not affect the body/content of my post. Can you please help me understand what I’m missing?

    #45081
    Allurynn
    Participant

    Could I please get an answer for my question above? I tried using the CSS code you provided and changed it as follows but it still didn’t change the font size of the body of the post.

    .entry-content .entry-content {
    font-size: 72px;
    line-height: normal;
    }

    any help would be appreciated.

    #45111

    Hi Allurynn,

    For the content use below CSS code:

    body, input, textarea {
        font-size: 18px;
    }

    Thank you!

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