Changing fonts and footer background colour

Discussion in 'Infoway WordPress Theme' started by auguste3972, Mar 23, 2013.

  1. auguste3972

    auguste3972 New Member

    Joined:
    Mar 23, 2013
    Messages:
    1
    Likes Received:
    0
    Hi -

    First of all, congratulations on putting together a great theme.

    I just have two queries:

    (a) is there an easy way to change the default body text font in CSS?
    (b) how do I change the background colour for the footer area to just one block colour? I find the gradient colour is too distracting for my visitors.

    Many thanks
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Thanks for compliment,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    p{
    color:red!important;
    }
    .footer-wrapper .footer{
    background:red;
    }

    Inplace of "red" put your color code.
     

Share This Page