CSS Editor Problem
-
I am trying to get rid of the background image on a template page.
In the CSS I have
body.page-template-culinary {
background-color: #000000;
background: none;
}It works, but I keep getting this dumb error:
“Element is overqualified (body.page-template-culinary). Just use .page-template-culinary without element name”
If I try anything else it doesn’t work.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘CSS Editor Problem’ is closed to new replies.