XF 1.5 User Banner Gif

Code:
.userBanner.CoOwner {
    background: linear-gradient(270deg, #d83b3b, #e3ed20, #20ed2d, #2082ed, #cd20ed, #20edbe)!important;
    background-size: 1200% 1200%!important;
    -webkit-animation: BannerAnimation 30s ease infinite!important;
    -moz-animation: BannerAnimation 30s ease infinite!important;
    animation: BannerAnimation 30s ease infinite!important;
    color: white;
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
}

i think is the code you need
 
Code:
.userBanner.CoOwner {
    background: linear-gradient(270deg, #d83b3b, #e3ed20, #20ed2d, #2082ed, #cd20ed, #20edbe)!important;
    background-size: 1200% 1200%!important;
    -webkit-animation: BannerAnimation 30s ease infinite!important;
    -moz-animation: BannerAnimation 30s ease infinite!important;
    animation: BannerAnimation 30s ease infinite!important;
    color: white;
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
}

i think is the code you need
It's not a gif but a static color render:
8E4ptY2.png

I did the same thing using inspect element before :D
 
Top Bottom