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.