Fotter Text Bar Edits

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

  1. noahpettit

    noahpettit New Member

    Joined:
    Oct 15, 2012
    Messages:
    13
    Likes Received:
    0
    1. How do I change the color or add an image as background of footer text bar (not footer) on very bottom of page?
    2. Can I replicate this bar and add to top of page so it shows up on top and bottom?
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Put the following code in custom css

    Appearance -> theme options -> styling options -> custom css
    Code:
    .footer_bottom {
    background-color:your color value;
    }
    this wil change the background color of the footer text area

    you have to do customization in the theme to show it in the top of the page
    This will solve your problem.

    Thanks.
     

Share This Page