Hi, Thanks for the info, but I cannot find where to do this
/* Footer Widget Area
————————————————————– */
#footer-widgets-wrapper {
margin: 0 -1.2em;
background: #333;
border-top: 2px solid #333;
}
#footer-widgets {
padding: 1.5em 0 1.5em 1.5em;
}
#footer-widgets-border {
border-top: 1px solid #fff;
}
#footer-widgets-bg-wrap {
margin: 0 -1.2em;
border: 1.2em solid transparent;
border-top: 1.2em solid #222;
}
#footer-widgets-bg {
margin-top: -1.2em;
height: 1.2em;
background: #fff;
}
.footer-widget-column {
float: left;
width: 25%;
padding-right: 1.5em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* Footer Widget Styling */
#footer-widgets .widget {
background: #292929;
box-shadow: inset 0 0 3em #252525;
border: none;
}
#footer-widgets .widgettitle {
color: #eee;
border-bottom: 1px solid #aaa;
text-shadow: 1px 1px 0 #222;
}
#footer-widgets .widget ul, #footer-widgets .widget div{
color: #fff;
}
#footer-widgets .widget a:link, #footer-widgets .widget a:visited {
color: #aaa;
}
#footer-widgets .widget a:hover, #footer-widgets .widget a:active {
text-decoration: underline;
}
/* Footer
————————————————————– */
#footer {
padding: 200px;
background: url(images/navi-bg.png) repeat;
background-color: #ba1111;
margin: 0;
color: #fff;
}
#footer a {
color: #ccc;
}
#footer #credit-link {
float: right;
font-size: 0.9em;
}