I've got header banner images that can change via extra.less:
That works, and if node-10 is a 'forum' all the threads in the forum show with that header.
If node-10 is a category, the category page shows that header, but the forum nodes (and their threads) within it don't.
Is it possible to do this in a way that the forums/sub-forums that are children of the category node in the node tree 'inherit' the css change on the category node?
(There'll be 100's of forum nodes inside some categories, so completely impractical to set individually)
Code:
[data-container-key="node-10"] .p-header {
background-image: url("data/assets/style_properties/my_banner_variant.webp");
}
If node-10 is a category, the category page shows that header, but the forum nodes (and their threads) within it don't.
Is it possible to do this in a way that the forums/sub-forums that are children of the category node in the node tree 'inherit' the css change on the category node?
(There'll be 100's of forum nodes inside some categories, so completely impractical to set individually)