XenForo Tutorials

Highlight and Modify Sticky Threads

Submitted by pilou, , Thread ID: 74886

Thread Closed
pilou
Newbie
Level:
0
Reputation:
0
Posts:
17
Likes:
4
Credits:
112
12-02-2018, 07:38 AM
#1
Compatible XF Versions2.x


Simple modification to highlight sticky threads and edit the css

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;

}
This hidden content has been reported as still working 0 times this month.
1 times in total

Users browsing this thread: 1 Guest(s)