How to change font and color scheme throughout the site

Discussion in 'Local Business WordPress Theme' started by bizgirl, Oct 30, 2013.

  1. bizgirl

    bizgirl Member

    Joined:
    Feb 4, 2013
    Messages:
    145
    Likes Received:
    7
    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
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    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.

    [​IMG]


    This will solve your issue.
     

Share This Page