Hi guys,
Charliecorns, I used MJ conact us from the form and widget logic for it to only appear on some pages.
Thanks Sakin, I actually got it working with this but I’m sure a lot of it is unessary:
/* Header Background Color */
#masthead {
background-color: #D8D8D8 ;
}
/* Content Background Color */
.site {
background-color: #D8D8D8 ;
}
#header-menu ul.menu a { color: #D8D8D8 ; }
/* For widget background and text color */
.widget {
background-color: #D8D8D8 ;
color: #454545;
}
/* For pages and posts */
.hentry {
background-color: #D8D8D8 ;
color: #0000;
}