MyBB Tutorials

[TUTORIAL] Animated Rainbow Username

Submitted by dyte, , Thread ID: 285297

27-01-2024, 09:06 PM
#1
1) ACP > Templates & Style > Your theme > Add Stylesheet, call it groups.css > Add your own code

Insert this code

Code:
.rainbow {
background: url(https://media.giphy.com/media/3otO6NFBIAFg2vPZuM/giphy.gif);
    color: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight: 800 !important;
}

2) ACP > Users & Groups > Groups > Your group you want rainbow username > Username Style

Insert this code

Code:
<span class="rainbow">{username}</span>

Done!

Now you will have a animated rainbow username
This hidden content has been reported as still working 0 times this month.
1 times in total

Users browsing this thread: 1 Guest(s)