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?
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.