Support how to make username like this golden style

wikislo

Registered
CSS:
color: transparent;
background: url(https://wikiba.eu/upload/images/effect.gif);
text-stroke: .6px;
-webkit-background-clip: text; font-weight: bold;

and
CSS:
/* Admin Group settings Font Awesome */
.username--style3:before {
font-family: "Font Awesome 5 Pro";
content: "\f521";
color: inherit;
padding-right: 4px;
display: inline-block;
}
 

Attachments

  • extra.png
    extra.png
    311.2 KB · Views: 25
  • Screensho.png
    Screensho.png
    18.4 KB · Views: 25

MrLinkin

Registered
CSS:
color: transparent;
background: url(https://wikiba.eu/upload/images/effect.gif);
text-stroke: .6px;
-webkit-background-clip: text; font-weight: bold;

and
CSS:
/* Admin Group settings Font Awesome */
.username--style3:before {
font-family: "Font Awesome 5 Pro";
content: "\f521";
color: inherit;
padding-right: 4px;
display: inline-block;
}
thank you so much my brother you are a hero​
 
Back
Top Bottom