我在横幅上设置了颜色和背景
横幅在其他页面(如主题)上不显示
但背景会出现在所有页面上
如何才能让横幅只显示在 discourse 主页上?
我试过了,但没用。
我安装了 Versatil 横幅并进行了以下更改
.banner-box {
width: 1070px;
height: 265px;
background-color: black;
border-radius: 30px;
}
黑色背景确实改变了,但它出现在所有页面上,当我输入
.custom-homepage {
.banner-box {
width: 1070px;
height: 265px;
background-color: black;
border-radius: 30px;
}
}
或者像这样
.custom-homepage .banner-box {
width: 1070px;
height: 265px;
background-color: black;
border-radius: 30px;
}
它不起作用
编辑:我现在看到您没有使用多功能横幅。这看起来像是欢迎链接横幅。
编辑:现在看看你的屏幕截图,我可以告诉你你把组件弄混了,或者翻译器把它弄乱了。那看起来像是 Welcome Link Banner 而不是 https://meta.discourse.org/t/versatile-banner/109133/1。

