Hello,
I am just about finished completing a website for my father-in-law's company (http://pdfcpa.com/). I need to purchase the CSS customization for a couple of things. First, to remove the sidebar, which I researched to be:
#sidebar {
display: none;
}
#content {
width: 960px;
}
#content .entry.page {
width: 940px;
}
However, now I would like to make the header background white instead of brown and the corresponding text a royal blue. Any help would be great. Thanks!
The blog I need help with is pdfcpa.com.