Larger Font in Pages

Discussion in 'Nutrition WordPress Theme' started by leonkill2000, Oct 15, 2013.

  1. leonkill2000

    leonkill2000 Member

    Joined:
    Jun 15, 2012
    Messages:
    96
    Likes Received:
    0
    Hi

    I would like to have the font on the pages larger

    Can you give me something to add to the custom css please

    cheers
    Leonie
     
  2. Piyush

    Piyush Support Staff

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

    I think your want to change the font size of paragraph and heading text on the pages.
    For this, paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    p{
    font-size: 15px !important;
    }
    h2 {
    font-size: 20px ! important;
    }
    You can adjust the value of "font-size" as per your requirement.
    This will solve your issue.
     

Share This Page