want to increase font size in body of full width page

Discussion in 'Squirrel WordPress Theme' started by lnmarketingservices, Jan 31, 2013.

  1. lnmarketingservices

    lnmarketingservices Member

    Joined:
    Jan 19, 2013
    Messages:
    46
    Likes Received:
    0
    hi there,
    I want to increase the font size in the body of the full width template
     
  2. 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:
    .main-content .fullwidth p {
    font-size: 20px;
    }
     

Share This Page