Viewing 4 replies - 1 through 4 (of 4 total)
  • …i’m assuming you already tried just modifying the original header image file to the new one?

    Thread Starter catherinelittle

    (@catherinelittle)

    Yeah, and that didn’t seem to work for some reason. I can replace every other image by copying and pasting my 2nd URL, but my problem is even when I change the header in the CSS, it won’t change in my layout.

    there is this style in style.css:

    #header{
    	position:relative;
    	height:330px;
    	z-index:9999;
    	background:url(images/bg_header.jpg) no-repeat center top;
    }

    (which seems to be your new header image)

    but this is overwritten by this style in default.css (/wp-content/themes/vector-art/vector-art/styles/default.css):

    #header{
    	background:url('default/bg_header.jpg') no-repeat center top;
    }

    why do you not simply replace this image in this location /wp-content/themes/vector-art/vector-art/styles/default/bg_header.jpg with your new header image?

    Thread Starter catherinelittle

    (@catherinelittle)

    Thank you so much!!!!! ?? That was exactly what I needed! : D

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Replacing header Image Help’ is closed to new replies.