Blog post body font

Discussion in 'Local Business WordPress Theme' started by daria369, May 26, 2014.

Thread Status:
Not open for further replies.
  1. daria369

    daria369 Member

    Joined:
    Feb 18, 2013
    Messages:
    33
    Likes Received:
    3
    I'd prefer a font in the body of blog posts/pages a bit bigger. Could you give me the code, please:?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .content-bar .post .post_content p {
    font-size: 15px;
    }
    .content-bar .post .post_content li {
    font-size: 15px;
    }
     
    You can change the value of "font-size" as per your requirement.
    This will solve your issue.
     
  3. daria369

    daria369 Member

    Joined:
    Feb 18, 2013
    Messages:
    33
    Likes Received:
    3
    Excellent, thank you!! :)
     
Thread Status:
Not open for further replies.

Share This Page