I edited the header part of the css but it's still not working. I think I have to do something with php, but not sure.
I edited the header part of the css but it's still not working. I think I have to do something with php, but not sure.
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?
You must log in to post.