My PT Sans font is too big

Discussion in 'RoadFighter WordPress Theme' started by callebe, Jul 4, 2013.

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

    callebe New Member

    Joined:
    May 25, 2013
    Messages:
    28
    Likes Received:
    0
    Hi,

    Recently i asked for help to change the font from Champagne and Limosine to Google Font "PT Sans". It works fine, but the new font in my website is too big and all black.
    Is possible to change the font to a little bit smaller size and change the color font to a dark grey maybe?

    Website: www.ca4u.com.br
    Sample Screenshot attached
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

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

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .home-content .page_info{
    line-height:40px;
    }
    .home-content .page_info h1 {
    font-size: 38px;
    color: grey;
    }
     
    .home-content .page_info h3{
    color: grey;
    }
    
     
  3. callebe

    callebe New Member

    Joined:
    May 25, 2013
    Messages:
    28
    Likes Received:
    0
    Thanks a lot!

    PS: Is It possible to use hexadecimal colors intead of "Grey"? I would like to use the color #1F1F1F
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Yes, why not.
    You can use hexadecimal colors intead of "Grey".
    Just replace "Grey" with "#1F1F1F".
     
  5. callebe

    callebe New Member

    Joined:
    May 25, 2013
    Messages:
    28
    Likes Received:
    0
    Awesome! Thanks a lot!
     
Thread Status:
Not open for further replies.

Share This Page