Make the text larger in blog posts

Discussion in 'RoadFighter WordPress Theme' started by johnstonkmm, Aug 3, 2013.

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

    johnstonkmm New Member

    Joined:
    Jul 29, 2013
    Messages:
    7
    Likes Received:
    1
    Hello,

    How to I increase the size of the font in the body of the blog posts. Thanks
     
  2. Piyush

    Piyush Support Staff

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

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content-bar .post .post_content p {
    font-size: 14px;
    line-height: 24px;
    }
    You can adjust the value of font-size and line-height as per your requirement.
    This will solve your issue.
     
  3. johnstonkmm

    johnstonkmm New Member

    Joined:
    Jul 29, 2013
    Messages:
    7
    Likes Received:
    1
    Perfect! Thank you!
     
    Piyush likes this.
Thread Status:
Not open for further replies.

Share This Page