【发布时间】:2019-06-26 03:33:32
【问题描述】:
我尝试更改 WordPress 帖子标题的颜色。 但这是行不通的。我正在为website 使用羽毛杂志主题。
【问题讨论】:
-
h2, h3, h4 { color: red; }应该这样做 -
with !important;
-
h1 到 h6 标签当前在第 200 行的 styles.css 文件中定义(根据开发工具)。目前它们都设置为黑色 - 所以改变它会对你有所帮助。
-
您好,请发布您尝试过的代码。
-
欢迎来到 SO。请使用tour 的help centre 来查看how to ask a good question。如果您不提供任何代码,我们将无法为您提供帮助 - 请参阅如何创建 minimal reproducible example。另外,请阅读Something on my website doesn't work, can I just paste a link to it?
标签: php html css wordpress wordpress-theming