Change Header and Footer Colors

Discussion in 'Local Business WordPress Theme' started by kinetic87, Jan 2, 2013.

Thread Status:
Not open for further replies.
  1. kinetic87

    kinetic87 New Member

    Joined:
    Jan 2, 2013
    Messages:
    22
    Likes Received:
    0
    Being new to all this how would I go about changing the colors for the header, menu bar, behind the lead gen form, and the footer. Any help would be greatly appreciated. Thank you!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Local Business Theme is available in eight different colors

    Go to Appearance > Theme Option > Styling Option > Theme Stylesheet

    and select your color from there.
     
  3. kinetic87

    kinetic87 New Member

    Joined:
    Jan 2, 2013
    Messages:
    22
    Likes Received:
    0
    I understand that need to know how to make it a custom color for those areas what css do I add? Also do I take out the important in the css and replace it with the color number?
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .header {
    background: red;
    }
    .menu_bar {
    background: red;
    }
    #menu .ddsmoothmenu li a {
    background: red;
    }
    .signup{
    background:red;
    }
    .footer-wrapper{
    background:red;
    }
    .footer-wrapper .footer h4{
    background:red;
    }
    Inplace of "red" put your color code.
     
  5. kinetic87

    kinetic87 New Member

    Joined:
    Jan 2, 2013
    Messages:
    22
    Likes Received:
    0
    Great Thanks!
     
Thread Status:
Not open for further replies.

Share This Page