How do I change the footer band color?

Discussion in 'BlackBird WordPress Theme' started by sonyafjenkins, May 26, 2013.

  1. sonyafjenkins

    sonyafjenkins New Member

    Joined:
    May 26, 2013
    Messages:
    2
    Likes Received:
    0
    Hello, how do I change the footer band color to a light brown color?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .footer_bottom {
    background-color: red;
    }
     
  3. sonyafjenkins

    sonyafjenkins New Member

    Joined:
    May 26, 2013
    Messages:
    2
    Likes Received:
    0
    This didn't change the color that I am looking for. The color changed to red. I'm not looking for red, I am looking for a light brown color. Also the area that changed was the very very bottom footer I not changing that area, I'm changing the footer are where "about, social icon & company contact" currently. Can please resend another code or steps on how to change to the color that I am looking for? Thanks.
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .footer-wrapper {
    background-color: brown;
    }
    .footer {
    background-color: brown;
    }
    Inplace of "brown" you can put your color or color code.
     

Share This Page