需要覆盖索引文件中的!重要信息

时间:2016-12-19 作者:meb

发生了一些非常奇怪的事情。我想更改此文本的颜色,但索引文件有!重要的是,当我改变我的风格的颜色。css文件它不工作。我该怎么做才能克服它!重要的

这是它在我的css文件中的外观

h1.entry-title {
    color: #9A7B5C ;
}
我想要棕色,但索引文件不允许我将其从黄色更改。请提供帮助,这是索引文件的外观

DIV SECTION DIV.container NAV A, DIV DIV ARTICLE.post-860.page.type-page.status-publish.hentry HEADER.entry-header H1.entry-title, DIV DIV ARTICLE.post-860.page.type-page.status-publish.hentry DIV.entry-content P, DIV P STRONG EM A, DIV DIV ARTICLE.post-860.page.type-page.status-publish.hentry DIV.entry-content P.ui-draggable.ui-draggable-handle  {
    color: #ffe206 !important; }

2 个回复
SO网友:dgarceran

在你的h1中添加一个id,使你的规则更加具体,并带有一个重要的id。您可以了解更多关于特异性的信息here.

SO网友:Eric Malcolm

当您更新主题时,这可能会中断,您可能需要查看child theme 添加id或更改页面上的CSS。

此外,出于这些原因,最好的做法是不要在内联CSS的页面上使用。

相关推荐

Admin Theme customization

我遵循wordpress codex网站上关于通过插件创建管理主题的说明。我激活了插件,但我的样式表没有包含在<head>.. 这是我的代码:add_action( \'admin_init\', \'kd_plugin_admin_init\' ); add_action( \'admin_menu\', \'kd_plugin_admin_menu\' ); function kd_plugin_admin_init() { /* Register