Changing font size for full width pages

Discussion in 'Infoway WordPress Theme' started by pupwild, May 18, 2013.

  1. pupwild

    pupwild Member

    Joined:
    Jan 11, 2013
    Messages:
    126
    Likes Received:
    0
    Changing font size for full width pages, how can i do this?




     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .fullwidth h1 {
    font-size: 18px;
    }
    .fullwidth p {
    font-size: 15PX;
    }
    you can adjust the value of font-size as per your requirement.
    This will solve your issue.
     

Share This Page