paragraph font

Discussion in 'BizWay WordPress Theme' started by cbshanley, Aug 24, 2014.

  1. cbshanley

    cbshanley Member

    Joined:
    Apr 24, 2014
    Messages:
    76
    Likes Received:
    0
    I would like to make the paragraph font darker and a little larger....can you give me the code for that?

    Thanks
     
  2. Pramod

    Pramod Guest

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

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

    Code:
    body
    {
    font-size:15px;
    color:#111;
    }
    Thanks & Regards
    Pramod Patel
     

Share This Page