• Hello,

    I am using a Twenty Eleven Child. I changed the page background to match the body background (both white) to eliminate the page background. There is a thin grey line that remains above the header. I like the look of it, but would like to change its color.

    I have been through the css looking for the source of the line several times and can’t find it.

    Any clues?

    My blog: savvynaturalmedicine.com

    The line I am talking about is above the title of the page.

    Thanks!

    Sara

Viewing 1 replies (of 1 total)
  • please use the forum search – this has been aswered before.
    generally, try to work with a web tool such as Firebug http://getfirebug.com/ to investigate the involved css selectors.

    in style.css of Twenty Eleven:

    #branding {
    	border-top: 2px solid #bbb;
    	padding-bottom: 10px;
    	position: relative;
    	z-index: 9999;
    }

    therefore add a new color code to the style.css in the child theme:

    #branding {
    	border-top: 2px solid #123edf;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Twenty Eleven – Matched Page and Body Background Colors, but Line Remains’ is closed to new replies.