Body Font Size

Discussion in 'ColorWay WordPress Theme' started by satinfeather99, Mar 9, 2013.

  1. satinfeather99

    satinfeather99 Member

    Joined:
    Mar 5, 2013
    Messages:
    72
    Likes Received:
    0
  2. satinfeather99

    satinfeather99 Member

    Joined:
    Mar 5, 2013
    Messages:
    72
    Likes Received:
    0
    I also need to make the quote font on the bottom larger...Thank you
     
  3. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    p {
    font-size: 18px;
    }
    blockquote {
    font-size: 18px;
    }
    Adjust its value as per your requirements.
     

Share This Page