- Compatible XF Versions
- 2.0
Simple modification to highlight sticky threads and edit the css
Highlight the sticky container colour
Template: extra.less
Change the sticky container title text
Template: extra.less
Just familiarizing myself with xenforo 2.0 thought this may be helpful to others looking.
Highlight the sticky container colour
Template: extra.less
Code:
.structItemContainer-group--sticky {
background-color: lightgreen;
}
Template: extra.less
Code:
.structItemContainer-group--sticky .structItem-title a:link,
.structItemContainer-group--sticky .structItem-title a:visited {
color: red;
}
Just familiarizing myself with xenforo 2.0 thought this may be helpful to others looking.