Change background color on icon stack for div entry-wrap

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; }

Hi There,

Could you please provide us with your website URL so we can take a closer look?

Thanks.

Hi I am using icon stack and the default layout. I read in other threads that the deafault template loads a gray background and that thera are difficulties to override that. My design for the website is not published yet but the url is www.progamermanager.com

i would like the layout to be black background with white text and I also uploaded some custom fonts that I´m refering to in the css. I have created a Child theme for the site .
Kind regards

Hi,

Try adding this:

.format-standard .entry-wrap {
color: #fff !important;
background-color: #000 !important;
}

Have a great day!

Hi, it works if i put the css code in the “Global Css”, not in my childtheme´s CSS, then I get lika a white area around the post content, But I guess you solved it. Thanks!.
.

Kind Regards

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.