Help please!
I'm currently using the Kubrick theme in wordpress version 2.8.4. After much scrambling around, I've managed to get my personal header image to enter into the header, however, there's a blue box (not the original kubrickheader.jpg) that is sitting overtop of my header image. After searching every css file and php file that seems might be relevant, I can't figure out what's telling that box to be there. Using Firebug, I managed to find this:
#header {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://www.victoriaco-ops.ca/wp-content/themes/default/images/header-img.php?upper=69aee7&lower=00CCFF) no-repeat scroll center bottom;
But I scrolled away and can't get this text again, nor figure out where this is located. Any ideas???
My site: http://www.victoriaco-ops.ca/
I still want the text right where it is.
Thank-you!