footer background change
I want the footer background image to be the same as the header background image. However, it will not change! Here is the code I am trying to use, but is not work. When I make the changes in "Inspect Element" on the browser, it works.... but not when I change the css. Please advise what I am doing wrong:
#footer {
min-height: 245px;
background: url('images/header-bg.png') repeat 0 0;
overflow: hidden;
color: #757575;
line-height: 21px;
}
#post-footer {
margin: 0;
padding: 25px 0;
background: #E5E5E5 url('images/header-bg.png') no-repeat center 1px;
text-align: center;
color: #666;
}
http://www.localthriftstores.com/