Hello, for the life of me I can’t get the black filler of the title bar to change. I’ve looked on the forums and found some that point to change this:
#site-title {
width:940px;
margin:0 auto;
font-size:36px;
line-height:100px;
text-transform:none;
}
#site-title a {
color:#000; (<—I’ve changed this and it doesn’t change the background)
text-decoration:none;
}
Am I looking in the wrong place. I’m trying to change the black…here’s the website: http://dreamlockerfilms.com/?p=13
Thanks,
Ryan
Sorry guys, found it in the “FAQ”….obviously I’m not the first to ask!
**This modifies the title bar. You can modify the color of the bar by changing “background”
.title-container {
margin-bottom:30px;
padding:20px 0;
background:#333333;
-moz-box-shadow:0px 0px 20px #999;
-webkit-box-shadow:0px 0px 20px #999;
box-shadow:0 0 20px #999;
Thanks rguthrie – I missed this in the FAQ too, so don’t worry! Good to find the answer here too.
Where is the FAQ where you found that code? And in which file do you place the code to modify the height and/color of the title bar?