Hi,
I'm a new user to WP (two days) and need to change the colour of the rule at the top of the header block.
I am using the TwentyTen ver. 1.2 theme and have already made a few changes such as menu background and item colour so have an understanding of the Template/CSS.
Is this the item I need to change?
#branding img {
border-top: 4px solid #000;
border-bottom: 1px solid #000;
display: block;
float: left;
}
Many thanks for your help.