Changing the BG Color of the 1st-3rd Footer Widget Areas

Discussion in 'BlackBird WordPress Theme' started by jasonmoix, May 28, 2013.

  1. jasonmoix

    jasonmoix New Member

    Joined:
    May 13, 2013
    Messages:
    1
    Likes Received:
    0
    Hi,

    I like the different styling option, however, it doesn't change the color of the footer areas with the "Shortly About Us" section. Could you hook me up with some CSS code to change the color to #07652d?

    Thanks,

    Jason
     

    Attached Files:

  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-wrapper {
    background-color: #07652d;
    }
    .footer {
    background:#07652d;
    }
    This will solve your issue.
     

Share This Page