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
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; }
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.