Change font size in Colorway Theme - rostin

Discussion in 'ColorWay WordPress Theme' started by rostin, Feb 19, 2014.

  1. rostin

    rostin Member

    Joined:
    Nov 20, 2012
    Messages:
    88
    Likes Received:
    2
    Hi
    Your default font size for "p" and "a" is 13px. I would like to change it to 15px.
    I want all the body text changes to 15px (ol, li, ul, i, link, b-quote etc).

    Thank you.
    R.
     
  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:
    p,a{
    font-size: 15px ! important;
    }
    body,div,ol, li,ul,span,blockquote{
    font-size: 15px ! important;
    }
    This will solve your issue.
     

Share This Page