I would like to change all of the H1, H2, etc. (H tags) to a Georgia font for the entire website. And I would like to change the 'p' font/text to be Arial throughout the website. Can you give me the code? Thank you.
Hello, V4sb! For your information, we are using cufon.js in RoadFighter theme which convert text into images. So, first you have to disable cufon.js. Please follow the screenshot given below to disable it. Now,paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: h1, h2, h3, h4, h5, h6{ font-family:Georgia !important; } p{ font-family:arial !important; font-size:14px !important; } Thanks, Praveen
Okay, the code is working. I figured it out. Thank you. However, now my lines run together. Can we fix this?
Hello, Without analysing your website, I am unable to resolve your query. So, I request you to please make the website live or send us your website WordPress login details at [email protected] along with the thread link. Thanks, Praveen
I am trying to change the Champagne & Limousines font to Bookman Bold I have entered into styling options h1, h2, h3, h4, h5, h6 { font-family:"Bookman Bold", verdana, Arial, sans-serif; ! important; } from the above it seems I have to remove the java script - but I do not see anywhere to edit it in the Appearance/ Editor
Hello smarta, It seems that you have resolved your issue by your own. That's great. Let me know for further doubts.