テーマ設定の show_on を everywhere に変更すると、このCSSを使用して単一のカテゴリに表示できるようになります(examplecategory を関連するカテゴリのスラッグに置き換えてください)。
.stat-banner__wrapper {
display: none;
}
body.category-examplecategory {
.stat-banner__wrapper {
display: block;
}
}
テーマ設定の show_on を everywhere に変更すると、このCSSを使用して単一のカテゴリに表示できるようになります(examplecategory を関連するカテゴリのスラッグに置き換えてください)。
.stat-banner__wrapper {
display: none;
}
body.category-examplecategory {
.stat-banner__wrapper {
display: block;
}
}