RSS Feed/News CSS for all nodes within category node?

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
27,561
Points
823

Reputation:

I've got header banner images that can change via extra.less:
Code:

Code:
[data-container-key="node-10"] .p-header {
  background-image: url("data/assets/style_properties/my_banner_variant.webp");
}
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...

Read more

Continue reading...
 
Status
Not open for further replies.
Top