Background/Text Color Change for Titan Header
-
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: (visible only to logged in users)
-
To make the header background to white and the title and tagline to blue in the Titan theme, add this to your Appearance → Custom Design → CSS editor:
#header { background: white; } #title a:link, #title a:visited, #description { color: #4265A7; }Adjust the color code as necessary.
- The topic ‘Background/Text Color Change for Titan Header’ is closed to new replies.