Hi there Could you please tell me how to change the font for the site to Arial. Also if I wish to change the color of the whole site to a different shade of green how can I do this for the Contractor Theme.. If possible how would I just change the color of the header section above the capture form? Many thanks as always, Cheers, Maggie
Hello, 1. Paste the following code in your Custom CSS to change the font for the site to Arial. (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: h1, h2, h3, h4, h5, h6, a, span, li, ul, p, div { font-family: arial !important; } In place of "arial" you can put your font. 2. To change the color of the theme, go to Appearance > Theme Option > Styling Option > Theme Stylesheet and select green color scheme from there. And then go to the color directory (Theme directory -> css directory -> color directory) present in your Theme directory and edit the green.css file as shown in the image given below. This will solve your issue.