-
Elissa
ParticipantCan I change the color of the page header from white to something else? If so how/where?
Thanks!
lollyinldn
ParticipantI have the same problem. I’d like to change to header and footer on the homepage to black. Any help massively appreciated!
JimHubel
ParticipantI also want to change the header background color. Looked in the CSS but nothing jumped out at me. Tried making an image of the color I wanted to use, but that left white blocks on either side.
Anyone?
JimHubel
ParticipantOk guys I figured it out. It was actually quite easy. Took a few minutes before it came to me.
Login to your admin area. Then choose “Appearance” and then “Editor”. Scroll down until you get to the “Styles” on the right hand side. Click the “Style Sheet – style.css” link. Then find the following part (about 1/3 of the way down the document):
#header {
height:100px;
background-color:#cc0000;
}The “background-color:#cc0000;” is what I added. That’s a deep red. You can use any color you want there. If you don’t know the numbers for html colors just google “web colors” and you’ll find lots of examples. Be sure to hit the “update file” button when you’re done.
Elissa
ParticipantThat works well for the background, but I’m trying to change the color of the text (the one that’s the page name title).
Sorry for the confusion….
Leon
ParticipantIn WP select Appearance, then goto Editor. Select Stylesheet (style.css) from the column on the right.
Search for, and replace the color number.
.page .entry-title {
color:#FFF;
}
Tagged: header
You must be logged in to reply to this topic.