dhroller
You meant that you want to remove the background in navbar and footer, right?
You can use this custom css:
.navbar-default, .t3-navhelper, .t3-footer {
background-color: transparent !important;
border-color: transparent !important;
background: transparent !important;
}
put into the file: /templates/your_default_template/css/custom.css (Create this file if it doesn't exist)