XF 2 Tip Changing Content Tag Color

Warfare

[Your Welcoming Staff Member]
Staff member
Administrator
Moderator
+Lifetime VIP+
V.I.P Member
Collaborate
Registered
Joined
Apr 29, 2020
Messages
344
Points
103

Reputation:

This was graciously shared by @alodda; I couldn't find it within the tips threads so I am sharing it here.

example :

add in your extra less

.tagItem {
display: inline-block;
max-width: 100%;
padding: 0 6px 1px;
margin: 0 0 2px;
border-radius: 4px;
font-size: 12px;
color: #fbfbfd; /* change this color like you want*/
background: #2d3554; /* change this color like you want*/
border: 1px solid #303959;
}
 

Warfare

[Your Welcoming Staff Member]
Staff member
Administrator
Moderator
+Lifetime VIP+
V.I.P Member
Collaborate
Registered
Joined
Apr 29, 2020
Messages
344
Points
103

Reputation:

@alodda I push this thank you over to you
 
Top