Increase or Change font size for content on pages or blogs.

Discussion in 'BlackBird WordPress Theme' started by ycoleman31, Dec 10, 2014.

  1. ycoleman31

    ycoleman31 New Member

    Joined:
    Dec 10, 2014
    Messages:
    1
    Likes Received:
    0
    I am using the blackbird theme. How do I increase the font size for any text added to pages or blog pages.

    Thank you!!
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .page-content p {
    font-size: 15px;
    }
    .post_content p {
    font-size: 15px;
    }
    Thanks & Regards
    Pramod
     

Share This Page