CSS code for no header images suddenly not working
-
My theme comes with headers on every post and page. I had gotten rid of these using the CSS code:
#page-site-header { background-color:#fffcea; background-image URL("none"); padding:100px 0px 50px 0px; }
Then I saw a broken link report for alphabetpublishingbooks.com/none.
So I changed it to `#page-site-header {
background-color:#fffcea;
background-image none;
padding:100px 0px 50px 0px;
}`This made the headers come back. So then I reverted to the original code, but the page and post headers are still there. What am I missing?
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘CSS code for no header images suddenly not working’ is closed to new replies.