For my forum I'm trying to add a glow behind a specific category.
The following works just fine, but applies to all forum categories.
.lkAreaCategory.cForumRow {
box-shadow: 0px 0px 13px 1px rgba(194,148,50,1);
}
The code bellow doesn't work at all.
[data-categoryid="9"]
.lkAreaCategory.cForumRow {
box-shadow: 0px 0px 13px 1px rgba(194,148,50,1);
}