XenForo Add İmportant Prefix to Pixed Topics

CR LEAKS

Administrators
Joined
Mar 25, 2022
Messages
1,485
Credits
28,051
extra.less


CSS:
.structItemContainer-group--sticky .structItem-title:after {
    content: 'Important';
    font-size: 12px;
    color: #fdfdfd;
    background: #dd3d3d;
    border-radius: 3px;
    padding-top: 1px;
    padding-right: 4px;
    padding-bottom: 1px;
    padding-left: 4px;
}
 
Back
Top Bottom