Change color of header and footer

Discussion in 'Figero WordPress Theme' started by optimized, Feb 19, 2013.

  1. optimized

    optimized New Member

    Joined:
    Jan 8, 2013
    Messages:
    5
    Likes Received:
    0
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .header-container {
    background-image: none;
    background-color: your color value;
    }
    .main-footer {
    background: your color value;
    }
     
  3. optimized

    optimized New Member

    Joined:
    Jan 8, 2013
    Messages:
    5
    Likes Received:
    0
    Thanks very much.

    Also how do I change the color for the main section with 4 read more links towards the bottom of the home page http://bankaccountpanama.com/
     
  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:
    .index-container.first_featured{
    background:red;
    }
    .index-container{
    background:red;
    }
     

Share This Page