alinux Posted July 28, 2012 Share Posted July 28, 2012 hello i want to change the colors of the template to blue and im stuck at footer ive changed the color code on global.css /* ### Footer ### */ #footer{background:#87CEFA ; display:block; clear:both; text-align:center} .footerInner{width:980px; margin:0 auto; overflow:hidden; text-align:left} but nothing happens,why ? and i have a strange space after footer http://4automag.ro/ i want 87CEFA on footer Link to comment Share on other sites More sharing options...
taohi01 Posted July 28, 2012 Share Posted July 28, 2012 (edited) hello i want to change the colors of the template to blue and im stuck at footer ive changed the color code on global.css /* ### Footer ### */ #footer{background:#87CEFA ; display:block; clear:both; text-align:center} .footerInner{width:980px; margin:0 auto; overflow:hidden; text-align:left} but nothing happens,why ? and i have a strange space after footer http://4automag.ro/ i want 87CEFA on footer It has to be the global css of your theme ! global.css line 534 .copyright { background: #87CEFA; clear: both; color: #666666; display: block; height: 40px; line-height: 40px; text-align: center; Edited July 28, 2012 by taohi01 (see edit history) 1 Link to comment Share on other sites More sharing options...
alinux Posted July 28, 2012 Author Share Posted July 28, 2012 ahh sorry it was a little down thank you Link to comment Share on other sites More sharing options...
taohi01 Posted July 28, 2012 Share Posted July 28, 2012 Never mind..., i suppose this is what you where looking for... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now