Apply CSS styling to sticky / pinned threads

Apply CSS styling to sticky / pinned threads

Compatible XF 1.x versions
  1. 1.0
  2. 1.1
  3. 1.2
  4. 1.3
  5. 1.4
  6. 1.5
This resource is not affiliated with XenForo Ltd.

This is a simple edit to change the css for sticky threads only.

Add this to EXTRA.css:
HTML:
.discussionListItem.visible.sticky,
.discussionListItem.visible.sticky .posterAvatar,
.discussionListItem.visible.sticky .stats {
background: @inlineMod;
font-style: italic;
}

The...
You do not have permission to view the full content of this resource. Log in or register now.

Latest reviews

this is perfect, exactly what i needed thanks. As mentioned elsewhere this should be the default setting for styles
Should be the default! :)
Excellent
My users are so happy with this little change. Thank you so much.
Excellent. Thanks :)
Fantastic!
Works perfectly :)
Works great with 1.1.2!
Top Bottom