changing fontsize of text

Discussion in 'ColorWay WordPress Theme' started by michaeloros, Feb 5, 2013.

  1. michaeloros

    michaeloros New Member

    Joined:
    Jan 28, 2013
    Messages:
    5
    Likes Received:
    0
    Hi,

    Is it possible to change the fontsize of the paragraphtext on standardpages (not the navigation)?

    Michaeloros
     
  2. Satyendrayadav

    Satyendrayadav Administrator

    Joined:
    Feb 5, 2013
    Messages:
    3
    Likes Received:
    0
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    p{
    font-size:1px!important;
    }
    Adjust your font size as per your requirements.
     

Share This Page