Changing the footer to a different color or to an image/gradient

Discussion in 'BlackBird WordPress Theme' started by noahpettit, Oct 22, 2012.

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

    noahpettit New Member

    Joined:
    Oct 15, 2012
    Messages:
    13
    Likes Received:
    0
    How can I change the footer to an image? I would like to use one of the textured images provided with the theme.

    It would also be good to know how to change the color.

    Where is this css in the editor?

    Thanks!!!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first issue

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

    .footer-wrapper {
    background-image: url("Your image address");
    }
    .footer{
    background-image: url("Your image address");
    }

    2.For your second issue

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


    .footer-wrapper {
    background-color:red!important;
    }
    .footer{
    background:red!important;
    }
     
  3. noahpettit

    noahpettit New Member

    Joined:
    Oct 15, 2012
    Messages:
    13
    Likes Received:
    0
    I tried this, however, there is no change to my page.

    I want to change my footer to the black linen background image included in the theme zip.

    Thanks!
     
  4. noahpettit

    noahpettit New Member

    Joined:
    Oct 15, 2012
    Messages:
    13
    Likes Received:
    0
    Nevermind - I got it work! Thanks..
     
Thread Status:
Not open for further replies.

Share This Page