Change Contact Number Font?

Discussion in 'Infoway WordPress Theme' started by robert l, Sep 14, 2013.

  1. robert l

    robert l Member

    Joined:
    May 23, 2013
    Messages:
    68
    Likes Received:
    0
    Location:
    Princeton, NJ
    How can I change the Contact Number font style?


    Thank you,

    Robert
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .header .contactinfo span.calldetails {
    color: red;
    font-style: italic;
    font-family: symbol;
    font-size: 17px;
    }
    You an put your values in place of "red", "italic","symbol", "17px".
    This will solve your issue.
     

Share This Page