Resource icon

XenForo 2.0 Highlight and Separate Sticky Threads

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,994
Points
823

Reputation:

LQD submitted a new resource:

Highlight and Separate Sticky Threads - css,extra.less,highlight,modification,pinned thread,sticky thread,xenforo 2

Simple css (extra.less) modifications to highlight/separate sticky threads

Separate sticky and normal threads
View attachment 172
Insert code in template: extra.less
CSS:
/* Border between sticky/normal threads */
.structItemContainer-group--sticky {
    border-bottom: 6px solid;
    color: xf-diminish(@xf-borderColor, 6%);
}

Subtle accent
View attachment 173
Insert code in template: extra.less...

Read more about this resource...
 
Top