This resource is not affiliated with XenForo Ltd.
Another simple bit of CSS which will add an image to the navigation bar for each tab, in front of the tab text/name.
You need to know the class name for each tab.
The default ones are: home, forums, members, help.
If you are using the Nodes As...
Description
Nodes Icon Tweak allows you to easily change the default icons of your nodes (Read, unread, pages and links).
Four types of replacement icons are available:
Font Awesome
Icons loaded from your server
Sprite image URL
Latest poster avatar
Icons are supported on first level...
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...