- Совместимость с XenForo
- 2.0
- 2.1
- 2.2
Добавив данный код в extra.less у Вас появится префикс "Важно" в конце закрепленных тем, текст "Важно" можно поменять на свой.
Less:
.structItemContainer-group--sticky .structItem-title:after {
content: 'Важно';
font-size: 12px;
color: #fdfdfd;
background: #dd3d3d;
border-radius: 3px;
padding-top: 1px;
padding-right: 4px;
padding-bottom: 1px;
padding-left: 4px;
}