How-to Выделить закреплённую / важную тему в Xenforo 2

mouse

Active member
Выделить закреплённую / важную тему в Xenforo 2

Найти extra.less

и туда добавить:

Фон для закреплённых (важных) тем:
Code:
.structItemContainer-group--sticky {
      background-color: @xf-paletteColor1;
}
Цвет заголовка тем:
Code:
.structItemContainer-group--sticky .structItem-title a:link,
.structItemContainer-group--sticky .structItem-title a:visited {
    color: @xf-paletteAccent3;
}
 
Back
Top