See screenshot – make sure you remove this from your site, likely under Customizer –> Additional CSS:
https://postimg.cc/jwPwSPGr
Remove this:
#header {
background: url('https://freddiegershon.com/freddiesblog/wp-content/themes/default/images/header-img.php?upper=000000&lower=00FFFF') no-repeat bottom center;
}
then you’ll be left with this in your stylesheet:
#header {
background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
}
See screenshot:
https://postimg.cc/XGb9MnvL
Thread Starter
will-s
(@will-s)
Thanks Corrina, for this. But the only place I can find your “remove this” code is in the main script and it seems to be “commented out” there: `<!–#header { background: url(‘https://freddiegershon.com/freddiesblog/wp-content/themes/default/images/header-img.php?upper=000000&lower=00FFFF’) no-repeat bottom center; }
#headerimg h1 a, #headerimg h1 a:visited, #headerimg .description { color: #FFFFFF; }
–>
Again, I’m a little rusty.
This is not valid commenting for CSS:
<!–#header { background: url(‘https://freddiegershon.com/freddiesblog/wp-content/themes/default/images/header-img.php?upper=000000&lower=00FFFF’) no-repeat bottom center; }
#headerimg h1 a, #headerimg h1 a:visited, #headerimg .description { color: #FFFFFF; }
->
Commenting for CSS looks like this:
/* body { color: red; } */
https://www.w3schools.com/css/css_comments.asp
Thread Starter
will-s
(@will-s)
Thanks again, Corrina, but I cannot find this:
#header {
background: url('https://freddiegershon.com/freddiesblog/wp-content/themes/default/images/header-img.php?upper=000000&lower=00FFFF') no-repeat bottom center;
}
I did find this:
header-img.php
Should I just remove it?
Thread Starter
will-s
(@will-s)
Wow! Corrina, you’re a wizard! How did you replicate part of my coding to get that blue banner to show up in your, what?, facsimile? of my page?
Are you saying if I can find the code you highlighted at: https://postimg.cc/jwPwSPGr and change the <!-- --> to /* */ the blue banner will automatically reappear?
I just editted the HTML of your page in my own browser.
Yes, remove that code, or comment out with the /* …….. */
Thread Starter
will-s
(@will-s)
Can you post that screen capture again? I want to show it to my ISP’s techies, to help me find it. (Like I say, a little rusty.)
Here’s an extra credit question: How did this happen? The banner used to work and I haven’t done anything to the code and would be the only one who would.
Thread Starter
will-s
(@will-s)
Uh, no. I’m talking about the real long line you boxed in red, I think, and began with the bogus commenting code: <<!–
I don’t know where you have it inputted – my guess is you have it in:
Customizer –> Additional CSS.
Just remove all of this entirely:
#header {
/* background: url('https://freddiegershon.com/freddiesblog/wp-content/themes/default/images/header-img.php?upper=000000&lower=00FFFF') no-repeat bottom center; */
}