How do I change the font type for the phone number area?

Discussion in 'Local Business WordPress Theme' started by rjparkerjr, Jun 15, 2013.

  1. rjparkerjr

    rjparkerjr New Member

    Joined:
    May 8, 2012
    Messages:
    11
    Likes Received:
    0
    How do I change the font type for the phone number area that's displayed on the top of the home page in the banner area? I want to use a different font type that stands out better like ariel and a larger font size, like 18. You assistance would be appreciated.

    Ron Parker
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

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

    Code:
    .call-us a {
    font-family: your font family;
    font-size: 18px;
    }
     
  3. feisalhensbergen

    feisalhensbergen Guest

    Joined:
    Aug 15, 2013
    Messages:
    33
    Likes Received:
    0
    interesting request.

    when i try the same code, it doesnt work.

    any idea as to why?
     
  4. Piyush

    Piyush Support Staff

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


    Hello,

    Could you please share your website link.
     
  5. feisalhensbergen

    feisalhensbergen Guest

    Joined:
    Aug 15, 2013
    Messages:
    33
    Likes Received:
    0
    sent via support email, thanks.
     
  6. Piyush

    Piyush Support Staff

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

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

    Code:
    .call-us p {
    font-family: arial;
    font-size: 18px;
    }
    In place of "arial" you can put your font.
    This will solve your issue.
     

Share This Page