Can you add gif effects to banners?

anonymousvrev

Member
Registered
Joined
Jun 6, 2023
Messages
5
Points
1

Reputation:

So I tried searching here and google for custom banners, found a way to add colors through app_user_banners.less but I would like to add a glitter / sparkle effect to the banners for higher ranks / roles?

I know you can do it for names with background: url() but haven't found a tutorial on how to do it for banners if possible.

Also, if you could, would you do it under app_user_banners or somewhere else?
 

anonymousvrev

Member
Registered
Joined
Jun 6, 2023
Messages
5
Points
1

Reputation:

Sorry for the late reply, sadly it does not. I guess my wording was bad I mean the group / user banner.
 

anonymousvrev

Member
Registered
Joined
Jun 6, 2023
Messages
5
Points
1

Reputation:

So I figured it out what I wanted to do.
How to do it: Appearance -> Template -> extra.less
My code:
CSS:
.banner--sec {
    background: #da7fdd url('img/glitter1.gif') no-repeat;
    color: black;
}
 
Top