JoyFreak
Well-known member
I'm trying to target a prefix in a specific forum via CSS. I use the same prefixes in two forums. I want to edit the background colour for each forum. I currently have:
But that seems to only change the css in the forums itself. I want to apply across the forums. Is there a way to do this?
Thanks in advance!
Code:
[data-container-key="node-5"] {
.prefix.Gaming {
background: blue;
}
}
But that seems to only change the css in the forums itself. I want to apply across the forums. Is there a way to do this?
Thanks in advance!