Resource icon

XF 1 Tip Thread Info add-on customization

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,978
Points
823

Reputation:

LQD submitted a new resource:

Thread Info add-on customization - Thread Info add-on customization

Requirements for this customizations: [SSD] Thread Info


With code below you'll change this look:
View attachment 1756
... to that:
View attachment 1757
Add code below to EXTRA.css template:
Code:
/*** Thread Info Add-on customization ***/
.ssd_threadinfo2 {
  border: 0 !important;
  padding: 0 !important;
  background: none !important;
}
.ssd_threadinfo2 li {
  color: #989A9D !important;
  border-left: 0 !important;
}
.ssd_threadinfo2 a {
  color: #989A9D !important;
}...

Read more about this resource...
 
Top