tangerinewp
Member
Posted 1 year ago #
Hello. I am wondering how I can change the color of the bars on the top and bottom of the Twenty Ten Theme header image. Can anyone tell me how and where to change it? I am also wondering how to change the font/color of the Page titles on the bottom bar? Any assistance would be greatly appreciated. I am new at this. Thanks!
tangerinewp
Member
Posted 1 year ago #
one more thing, my site is adellaavenue.com. Thanks!
goto line no 362 in your style.css file;
#branding img {
border-bottom:1px solid #000000;
border-top:4px solid #000000;
clear:both;
display:block;
}
#branding img {
border-bottom:1px solid #FF0000;
border-top:4px solid #FF0000;
clear:both;
display:block;
}
I put #FF0000. You change this as your choice.
If solve, mark it as resolved.
tangerinewp
Member
Posted 1 year ago #
That worked perfectly for the top and bottom header image bars. Thanks for the help! There is also the solid black bar with page names such as home and about. I was still wondering how to change the color of that bar and the font/color of the page titles there, too. Any thoughts?
#access {
background:#000000 none repeat scroll 0 0;
display:block;
float:left;
margin:0 auto;
width:940px;
}
Change the color as your choice
#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
color:#FFFFFF;
}
tangerinewp
Member
Posted 1 year ago #
That worked perfect. Thanks!
I am super new to the css thing. I want to change the header top black bar and black menu bar to white.
I want to change the text to black.
I do not see a line no 362. I am so confused about how to do this. I keep putting things in the wrong place and having to go back and change it. Anyone care to take a moment to do a step by step?
Appearance
Editor
Style.CSS
then what? I see a bunch of #access as I scroll down. Help please :D Would really appreciate it. Thanks!
http://www.theartmuse.net
hidden driveways
Member
Posted 1 year ago #
I'm in agreement with pallas1 on this. I can't figure it out either.