How to change font of the body of a post or page

Discussion in 'BlackBird WordPress Theme' started by dvopilgrim, Nov 15, 2016.

  1. dvopilgrim

    dvopilgrim Guest

    Joined:
    Oct 21, 2016
    Messages:
    10
    Likes Received:
    0
    I want to change the font of the body of my posts or pages from the default Trebuchet MS to another font. Where would I do this in the style.css?
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello,

    You can change the font-family using below CSS code in Custom CSS field located in Dashboard->Appearance->Theme Options->Styling Options
    Code:
    body {
        font-family: serif;
    }
    This will resolve your issue,

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  3. dvopilgrim

    dvopilgrim Guest

    Joined:
    Oct 21, 2016
    Messages:
    10
    Likes Received:
    0
    Thanks! It works. My next question is: How do I change the font size? I tried to add this to the code above and it didn't work:

    font-size: 14px;
     
  4. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Can you please locate me the text that you want it in the above size, as body { } may or may not cover all texts, there could be specific CSS applied on different segments and we need to tell you the appropriate one.

    I look forward to hearing from you soon.

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  5. dvopilgrim

    dvopilgrim Guest

    Joined:
    Oct 21, 2016
    Messages:
    10
    Likes Received:
    0
    This is a sample of a post. I want to make the font size of the body of the post larger.
    [​IMG]
     
  6. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello,

    It seems you want to adjust the font size of the content only? Is that so? Can you share your site URL here?

    I will check and let you know the correct code.

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  7. dvopilgrim

    dvopilgrim Guest

    Joined:
    Oct 21, 2016
    Messages:
    10
    Likes Received:
    0
  8. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello,

    I have checked your site and found that - you asked query related to BizWay Pro theme here in BlackBird Theme's thread.

    You must have posted the thread under your theme name. Keep posting threads under your theme name from next time.

    you need to paste below CSS code in Custom CSS field located in Dashboard->InkThemes->Theme Options->Styling Options
    Code:
    p {
        font-size:18px;
    }
    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     

Share This Page