Could be going out on a complete limb here, as I don't know much about CSS myself, but have you done a {background:none;} at any point in there? I think I read somewhere that you sometimes need to do that to repress the previous background colour, before putting your own in.
No, you don't need to make a custom theme layer to change background colors; you should be doing it through Custom CSS alone. Looking at your page, I'm not seeing any background problems, though. Were you still having problems?
Thank you for responce. I solved the problem by typing .layout-tw #content-inner, .layout-wt #content-inner, .layout-wtt #content-inner, .layout-twt #content-inner {
Comments 3
/Could be completely wrong.
Reply
Reply
I solved the problem by typing
.layout-tw #content-inner,
.layout-wt #content-inner,
.layout-wtt #content-inner,
.layout-twt #content-inner {
background-color:#212121;
}
Reply
Leave a comment