This resource is not affiliated with XenForo Ltd.
This is a simple edit to change the css for sticky threads only.
Add this to EXTRA.css:
.discussionListItem.visible.sticky,
.discussionListItem.visible.sticky .posterAvatar,
.discussionListItem.visible.sticky .stats {
background: @inlineMod...
Open your theme with extra.less and enter the ID of your XXX field category in the code below and add it to the template.
/* Coloured Node Categories */
.block.block--category.block--categoryXXX .block-header {
background: #009ACF;
color: #ffffff;
}
/**********/
Change X to your node ID...