0

我正在尝试在小部件 index.html 的 html 中设置 a 的颜色。如何在<h2 style="color:{{x.titlecolor}}">不被主题样式覆盖的情况下设置颜色?

4

1 回答 1

1

您可以通过将以下标记添加到您的 index.html 文件的头部为您的小部件禁用插件中的主题。

<meta name="buildfire" content="disableTheme=true">
于 2017-07-17T16:45:23.153 回答