我正在尝试通过设置颜色方案中的 header primary 来自定义标题栏中图标的颜色。然而,尽管该字段的描述写着“网站标题栏中的文本和图标”,但它似乎对图标没有影响。我不确定这是否是一个
。
3 个赞
@awesomerobot any ideas here?
1 个赞
We’re using a sass transformation of $header_primary there, so I guess the description is a half-truth.
Before we switched to SVG we used to use the default $header_primary color with opacity reduced (which was a little closer to what you’d expect), but Safari was having issues with opacity and svgs.
It’s come up a couple times before (How to Change Header Icon Color?), so it’s something to consider improving.
这已得到修改。标题图标的颜色现在基于标题主色。

