Change Header Font

Discussion in 'Local Business WordPress Theme' started by lklatt76, Apr 8, 2013.

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

    lklatt76 Member

    Joined:
    Feb 24, 2013
    Messages:
    53
    Likes Received:
    0
    I want to change the copy in the header to an Arial Font. This is what I put in the CSS but for some reason when I change the font family to Arial, it doesn't work...? The screenshot shows the copy I would like to change to Arial. Thanks!
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Do let us know your website link.
     
  3. lklatt76

    lklatt76 Member

    Joined:
    Feb 24, 2013
    Messages:
    53
    Likes Received:
    0
  4. lklatt76

    lklatt76 Member

    Joined:
    Feb 24, 2013
    Messages:
    53
    Likes Received:
    0
    Awaiting your response... ;-)
     
  5. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .call-us b {
    font-family: arial!important;
    }
    .call-us a{
    font-family: arial!important;
    }
    This will solve your issue.
     
  6. lklatt76

    lklatt76 Member

    Joined:
    Feb 24, 2013
    Messages:
    53
    Likes Received:
    0
    Excellent that worked perfectly Gourav, thank you!
     
Thread Status:
Not open for further replies.

Share This Page