css - 在wordpress中更改内容正文背景颜色

标签 css wordpress colors background

我有一个 wordpress 网站它的 http://pacelinegroup.com/正如您在幻灯片下面看到的那样,有一个正文是网站的主要内容。我希望它全是黑色而不是白色。我试着改变它,但它并没有使整个区域变白。请帮助我使用什么 css 代码来使它完全变黑。

最佳答案

改变

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

样式.css(第 136 行)

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

样式.css(第 141 行)

body#home #sidebar {
    background: none repeat scroll 0 0 #000000;
    float: left;
    margin-top: 0;
    width: 480px;
}

样式.css(第 342 行)

关于css - 在wordpress中更改内容正文背景颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9188744/

相关文章:

wordpress - get_template_directory_uri VS get_theme_file_uri 哪个更好,为什么?

WordPress template_include - 如何正确 Hook

html - 仅使用 HTML5 和 CSS3 更改主体背景颜色..?

c++ - OpenGL:如何在给定包含总光的叉积的情况下渲染单个 RGB 值?

html - 从 URL 根之上扩展的相对路径提供 CSS?

html - 如何将文本和图像保持在 div 内的一行中?

CSS:水平显示列表时出现错误

bash - Grep - 循环显示每场比赛的颜色

html - Safari 中的 CSS perspective/translateZ 问题

css - Zurb Foundation 中嵌套网格的问题