Better Font

Discussion in 'Infoway WordPress Theme' started by steammaster, Jan 9, 2013.

  1. steammaster

    steammaster New Member

    Joined:
    Mar 26, 2012
    Messages:
    12
    Likes Received:
    0
    Can we get a better cleaner font on the 'lead capture page' title and the 'top right contact details' area? How do I change font and where?
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    For lead capture.

    Code:
    .signupForm h2 {
    font-family: your font type;
    }
    For top right detail.

    Code:
    .header .contactinfo span.calldetails {
    font-family: your font type;
    }
     

Share This Page