/*
Theme Name:     PR Cust Child
Theme URI:      http://infissirp.com/
Description:    Tema Child per RP
Author:         Enrico
Author URI:     http://infissirp.com/
Template:       customizr
Version:        0.1.0
*/
@import url("../customizr/style.css");

body {
background-color: #eeeeee;
}
#main-wrapper {
background-color: #FAFAFA;
margin-top:     0px ;
margin-bottom:  0px;
}
ol, ul, h1, h2, h3, p, body {color: #000000;}

.navbar, .nav, .nav-header {color: #000000;}

/* Change Background, Border, Font/Color as needed */
footer#footer {
background: none repeat scroll 0 0 #FAFAFA;
border-top: 12px solid #E9EAEE;
color: #000000 !important;
padding: 0;
}

You need to add “.colophon” to the footer call like this:
footer#footer .colophon {
background: none repeat scroll 0 0 #FAFAFA;
border-top: 12px solid #E9EAEE;
color: #000000 !important;
padding: 0;
}

.credits{
    display: none;
}/* Remove Post Category */.entry-meta .btn {display:    none;} /* Remove Post Tag */.btn-tag {display: none;} /* Remove Post Date */.entry-date {display:    none;} /* Remove Post Author */.entry-meta .url.fn.n {display:    none;}
/* Remove Previous/Next & Text */.pager .previous > a, .pager .previous > span,.pager .next > a, .pager .next > span {display:    none;}.assistive-text {display:    none;}
