want remove this , |UP forme the name rank like ' Developer ' , and name stay with tag ? how pls !
/* TAG AFTER */
.specificup:after {
content: "|UP";
color: #6495ed!important;
display: inline-block;
transition: 0.3s;
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.71);
}
/* RANK DEV */
.specificup {
color: #964384!important;
font-weight: bold;
display: inline-block;
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.71);
}
This Setting