Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/38.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Css 在wordpress中更改内容正文背景色_Css_Wordpress_Colors_Background - Fatal编程技术网

Css 在wordpress中更改内容正文背景色

Css 在wordpress中更改内容正文背景色,css,wordpress,colors,background,Css,Wordpress,Colors,Background,我有一个wordpress网站,正如你在幻灯片下面看到的,有一个主体是网站的主要内容。我希望它全是黑色而不是白色。我试着把它改了,但它不能使整个区域变白。请帮助我在什么css代码使用,使它完全黑色的一切 变化 body#home #main-content { background: url("images/main_content_bg.png") repeat-y 480px 39px #000000; } style.css(第136行) style.css(第141行) sty

我有一个wordpress网站,正如你在幻灯片下面看到的,有一个主体是网站的主要内容。我希望它全是黑色而不是白色。我试着把它改了,但它不能使整个区域变白。请帮助我在什么css代码使用,使它完全黑色的一切

变化

body#home #main-content {
    background: url("images/main_content_bg.png") repeat-y 480px 39px #000000;
}
style.css(第136行)

style.css(第141行)

style.css(第342行)

body#home #recent-posts {
    background: url("images/rec_posts_bg.png") repeat-x scroll 2px 0 #000000;
    width: 480px;
}
body#home #sidebar {
    background: none repeat scroll 0 0 #000000;
    float: left;
    margin-top: 0;
    width: 480px;
}