How to increase the police size.

Discussion in 'GeoCraft WordPress Theme' started by anto, Jun 9, 2013.

Thread Status:
Not open for further replies.
  1. anto

    anto Member

    Joined:
    Dec 24, 2012
    Messages:
    55
    Likes Received:
    10
    How to increase the police size of the entire site?
    Thanks.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    I think you are talking about font size of the theme,
    For that

    Paste this code in Custom CSS
    Geocraft Settings > Theme Option > Styling Option > Custom CSS

    Code:
    p{
    font-size:20px!important;
    }
    a{
    font-size:20px!important;
    }
    span{
    font-size:20px!important;
    }
     
    h1, h2, h3, h4, h5, h6{
    font-size:20px!important;
    }

    Adjust its value as per your requirements.
     
  3. anto

    anto Member

    Joined:
    Dec 24, 2012
    Messages:
    55
    Likes Received:
    10
    Thank you, Gourav.
    It works.
     
Thread Status:
Not open for further replies.

Share This Page