Is there a way I can change the font/size in the header text and also space it out a little more. It looks too crammed together and pixelated. URL: http://512citydesign.com Thanks!
Hello, Paste the code given below in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .header .contactinfo span.calldetails { font-size: 28px; line-height: 37px; } .header .contactinfo span.calldetails span { line-height: 15px; font-size: 24px ! important; } You can adjust the value of "font-size" and "line-height" as per your requirement. I hope this will solve your issue.