Support Help

El_5dewy

Registered
I apologize if the topic is in the wrong section.
How do I make animated icons like here? I see animated icons next to user names. How are these icons made or what is the name of this add-on?
Screenshot_٢٠٢٥٠١١٧_٢٠٠٠٥٨_Chrome.jpg
 
Solution
in extra.less

CSS:
.username--style3 {

    text-shadow: #ee82ee 1px 1px 10px;
    color: red;
    font-weight: bold;
    background: url(https://xnforo.ir/16066101745881.gif);



}

</clown>

Loyal Member
in extra.less

CSS:
.username--style3 {

    text-shadow: #ee82ee 1px 1px 10px;
    color: red;
    font-weight: bold;
    background: url(https://xnforo.ir/16066101745881.gif);



}
 
Solution
Back
Top Bottom