Hallo liebe Blogger,
ich habe ein Problem mit meinem Footer auf meiner Homepage http://www.corekingz.com
ich benutze das theme lucid.
bisher ist die hintergrund farbe des footers weiss und ich möchte dies in ein dezentes grau umwandeln.
leider finde ich nicht den code in der style. es gibt in der style einen footer bereich:
/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/
#main-footer { border-bottom: 1px solid #eeeeee; position: relative; margin-bottom: 30px; }
#main-footer:before { content: ''; position: absolute; height: 7px; bottom: -7px; left: 0; background: url(images/shadow.png) no-repeat top center; width: 100%; }
#footer-divider { border-top: 1px solid #eeeeee; position: absolute; top: 62px; width: 100%; left: 0; }
#footer-divider:before { background: url(images/shadow.png) no-repeat top center; position: absolute; top: -1px; left: 0; width: 100%; height: 7px; content: ''; }
.footer-widget { float: left; border-left: 1px solid #f3f3f3; padding: 24px 20px 27px 40px; width: 258px; }
.footer-widget.last { border-right: 1px solid #f3f3f3; }
.footer-widget h4.widgettitle { text-shadow: 1px 1px 0 #fff; color: #4c4c4c; font-size: 16px; padding-bottom: 53px; }
.footer-widget li { padding: 0px 40px 28px 12px; font-size: 16px; }
.footer-widget li a { text-decoration: none; color: #4c4c4c; }
.footer-widget p { line-height: 28px; }
#bottom-advertisment { border-top: 1px solid #eee; }
#bottom-advertisment .container { text-align: center; margin-bottom: 60px; padding-top: 58px; }
#bottom-menu { float: left }
#bottom-menu li { display: inline-block; }
#bottom-menu a { font-size: 14px; color: #4b4b4b; text-decoration: none; padding: 0 15px; display: block; }
#bottom-menu .active { font-weight: bold; }
p#copyright { float: right; font-size:12px; color:#4b4b4b; margin-top: -4px; }
p#copyright a { color:#4b4b4b; font-weight: bold; }
#footer-bottom .container { padding-bottom: 16px; }
jedoch finde ich da leider nichts :-(