Changing Content Tag Colors

sickminds444

Well-known member
Registered
Joined
Mar 16, 2021
Messages
56
Points
28

Reputation:

Hey guys,

I am a newb, so be gentle.

How can I change the color of my content tags, right now they are grey, Id like them to be another color.

1618149762708.png
 

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

Active member
Registered
Joined
Mar 16, 2021
Messages
38
Points
18

Reputation:

Hey guys,

I am a newb, so be gentle.

How can I change the color of my content tags, right now they are grey, Id like them to be another color.

View attachment 21286
sickminds444
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;
}
 
Top