dominic that worked perfectly however and it's probably my fault, but once I have compiled less to CSS that reverted all the changes I have made. Can you please assist?
For example
This is the CSS that is being applied when page loads
.t3-footer > .container {
background-color: #111111;
color: #999999;
font-size: 12px;
position: relative;
padding-top: 48px;
padding-bottom: 48px;
}
However template.css is showing
.t3-footer > .container {
background-color: #ffffff;
color: #999999;
font-size: 12px;
position: relative;
padding-top: 0px;
padding-bottom: 48px;
}