Changing the size of the font on the full width page

Discussion in 'Appointway WordPress Theme' started by pupwild, Apr 27, 2013.

  1. pupwild

    pupwild Member

    Joined:
    Jan 11, 2013
    Messages:
    126
    Likes Received:
    0
    Changing the size of the font on the full width page - How could I change the size of the font I type?
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    Put the following code in your custom css

    Appearance -> theme options -> styling options -> custom css
    Code:
    .fullwidth p {
    font-size:20px;
    }
    You can change the size according to your requirement.

    This will solve your problem.

    Thanks.
     

Share This Page