html - 如何更改 WordPress 主题的背景?

标签 html css wordpress-theming

<分区>


想改进这个问题吗? Update the question所以它是on-topic用于堆栈溢出。

关闭 11 年前

我为 WordPress 使用以下主题

http://wordpressthemes.mifdesign.com/themeviewer/index.php?wptheme=Deep+Silent

http://wordpress.org/extend/themes/deep-silent

我想更改我所做的背景,但它周围仍然显示红色边框(参见图片 http://imageshack.us/f/710/wordpressg.png/)。我在哪里删除框架?找不到。还想做更宽的框架/页面。似乎我必须在我的 css 中更改几次,或者我应该在哪里更改它?

谢谢

最佳答案

如果您想从页面中删除整个红色部分而不是从您的 css 中删除以下行

body{background: none repeat scroll 0 0 #850000;}

#page-top {background-image: url("images/bg_page_top.png");}

#navmenu-bg {background-image: url("images/bg_page.png");}

#content, #header { background-image: url("images/bg_page.png");}

#footer {background-image: url("images/bg_footer.png");}

关于html - 如何更改 WordPress 主题的背景?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8383397/

上一篇:css - 与 Firefox/Chrome 相比,IE 中的蓝图站点完全不同

下一篇:javascript - js - 固定缓冲区到屏幕底部的长表单/div,以便用户可以看到前方

相关文章:

javascript - 复制和粘贴时不允许在文本框中使用小数和文本值

javascript - Bootstrap 弹出窗口在第一次悬停时偏移

css - Wordpress - GeneratePress 主题 - 缓存破坏

javascript - for循环后重定向到不同的网页

javascript - Fancybox 只能在 Dreamweaver cs6 中正常工作

html - flex 元素 child 的意外大小

javascript - 如何使用 jQuery 将文本附加到 div?

javascript - 答案折叠在常见问题页面上的问题下

php - 配置在安装页面上重定向的运行网站 WordPress

wordpress 子主题不工作