this test page is supposed to have a plain white background. It did until I swapped out the theme and swapped it back in http://reliquarysanfrancisco.com/test/
Now I can't get the default background out of there, even though the rest of the stuff is working (getting rid of access, etc)
Any ideas?
css:
body.slug-reliquary-2 #access {
display:none;
}
body.slug-reliquary-2 #branding {
display:none;
}
body.slug-reliquary-2 #footer {
display:none;
}
body.slug-reliquary-2 #blog-title {
display:none;
}
body.slug-reliquary-2 {
background-color:fff;
background-image: none;
}