My background color stays the same grey color. Can you tell me where I have went wrong?
Here is all I have in additional css:
.fluid-layout #header-content, .boxed-layout #header-content .wrapper {
background-color:#696829;
-webkit-box-shadow:unset;
box-shadow:unset;
}
.site-navigation a {
text-transform:unset !important;
}
}
.home.page .site-content {
background-image:unset !important;
}
#content {
background-color:#fff;
color:#fff;
}