XenForo Apply CSS styling to sticky / pinned threads

B

Brogan

Guest
Brogan submitted a new resource:

Apply CSS styling to sticky threads (version 1.0) - Make sticky threads stand out from the crowd.

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

Add this to EXTRA.css:
HTML:

Code:
.discussionListItem.visible.sticky,
.discussionListItem.visible.sticky .posterAvatar,
.discussionListItem.visible.sticky .stats {
background: @inlineMod;
font-style: italic;
}

The example code above changes the background colour to that of the inline...
Click to expand...

Read more

Continue reading...