Header Font

Discussion in 'Infoway WordPress Theme' started by lklatt76, Sep 9, 2013.

  1. lklatt76

    lklatt76 Member

    Joined:
    Feb 24, 2013
    Messages:
    53
    Likes Received:
    0
    Is there a way I can change the font/size in the header text and also space it out a little more. It looks too crammed together and pixelated.

    URL: http://512citydesign.com

    Thanks!
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .header .contactinfo span.calldetails {
    font-size: 28px;
    line-height: 37px;
    }
    .header .contactinfo span.calldetails span {
    line-height: 15px;
    font-size: 24px ! important;
    }
    
    You can adjust the value of "font-size" and "line-height" as per your requirement.
    I hope this will solve your issue.
     

Share This Page