I´m trying to change the background color but for some reason its not poosible. I’m using icon stack and fullwidh blogpost. I want to change the entire blog to black background and white text, but it seems to be impossible?
Here is my CSS and it´s working fine but not for the class entry-wrap
x-topbar {
background-color:#000000;
}
.x-navbar {
background-color:#000000;
}
.x-colophon.top {
background-color:#000000;
}
.x-colophon.bottom {
background-color:#000000;
}
.x-logobar {
background-color: #000000;
}
.x-root{ background-color: #000000;}
.x-container{ background-color: #000000;}
body.blog {
background-color: #000000;
}
.blog .h-landmark > span {
color: #000000;
}
.blog .p-landmark-sub {
color: #000000;
}
.hentry .entry-title,
.hentry .entry-title a,
.hentry .entry-title:before {
color: #D8D8D8 !important;
font-family:'HalloSansBlack;
}
.h-widget{font-family:'HalloSansBlack';
color:#D8D8D8}
#archives-2{
font-family:'HalloSansBlack';
color:#D8D8D8}
#categories-2{
font-family:'HalloSansBlack';
color:#D8D8D8}
#recent-posts-2{
font-family:'HalloSansBlack';
color:#D8D8D8}
p{font-family:'Hallo Sans';
color:#D8D8D8}
.blog .h-landmark > span {
color: #000000;
}
.blog .p-landmark-sub {
color: #000000;
}
.hentry .entry-title,
.hentry .entry-title a,
.hentry .entry-title:before {
color: #D8D8D8 !important;
font-family:'HalloSansBlack';
}
.h-widget{font-family:'HalloSansBlack';
color:#D8D8D8}
#archives-2{
font-family:'HalloSansBlack';
color:#D8D8D8}
#categories-2{
font-family:'HalloSansBlack';
color:#D8D8D8}
#recent-posts-2{
font-family:'HalloSansBlack';
color:#D8D8D8}
p{font-family:'Hallo Sans';
color:#D8D8D8}
.blog .site {
background-color: black;
}
.x-iso-container-posts>.hentry .entry-wrap {
background-color: #000000;
}
.nano { background-color: #000000 !important; }