• First time using Word Press with the default theme. I changed the header image, but there is a blue edge around it on the top, left side, and right side.

    I’ve checked the CSS and can’t figure out what I’ve missed. I have tried looking at the information about editing the header.php file, but can’t figure out if anything needs to change there as well.

    The site is http://www.avhrtf.org

    There’s lots I need to change, but first I’d like to get the header squared away.

    Thanks in Advance,
    Michele

Viewing 1 replies (of 1 total)
  • in your CSS its this section

    #header {
    
    	background-color: #73a0c5;
    
    	margin: 0 0 0 1px; 
    
    	padding: 0; 
    
    	height: 200px; 
    
    	width: 758px;
    
    	}

    there are several #header classes, easiest thing to do is search for this color #73a0c5 that should bring you right to the correct header class.

Viewing 1 replies (of 1 total)
  • The topic ‘Blue edge after changing header image (default template)’ is closed to new replies.