Support » Themes and Templates » How do I put my own header on the plainscape theme?

Viewing 1 replies (of 1 total)
  • Is this the section you edited in the style.css file:

    #headerimage {
    	padding:30px 0;
    	/* If you want to add a background image for the header, uncomment and use the following lines of code */
    	/*
    	background:url('header.jpg') no-repeat;
    	padding: 30px;
    	*/
    }

    If so, did you place the ‘header.jpg’ file in the same folder as the theme files; and, removed the /* */ wrapping the ‘background’ property?

Viewing 1 replies (of 1 total)
  • The topic ‘How do I put my own header on the plainscape theme?’ is closed to new replies.