Highlight and Modify Sticky Threads

xF2 Template Modification Highlight and Modify Sticky Threads 2017-12-04

No permission to download
Compatible XF Versions
  1. 2.0
Simple modification to highlight sticky threads and edit the css

sticky2.png


Highlight the sticky container colour
Template: extra.less
Code:
.structItemContainer-group--sticky {
	  background-color: lightgreen;
}
Change the sticky container title text
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.
Author
AnimeHaxor
Size
23 KB
Extension
png
Downloads
2
Views
1,721
First release
Last update

More resources from AnimeHaxor

731Threads
2,287Messages
63,984Members
stevenomondiLatest member
Back