【发布时间】:2017-07-16 22:49:35
【问题描述】:
我正在尝试在小部件 index.html 的 html 中设置 a 的颜色。
如何设置 color<h2 style="color:{{x.titlecolor}}"> 而不会被主题样式覆盖?
【问题讨论】:
我正在尝试在小部件 index.html 的 html 中设置 a 的颜色。
如何设置 color<h2 style="color:{{x.titlecolor}}"> 而不会被主题样式覆盖?
【问题讨论】:
您可以通过将以下标记添加到您的 index.html 文件的头部,为您的小部件禁用插件中的主题。
<meta name="buildfire" content="disableTheme=true">
【讨论】: