XF 1.2 User Banner

You probably want to create your own class for that. Expand the code above to
Code:
.userBanner.bannerPurple {
    background: [YOUR COLOR HERE];
}

and select the input box in the User Banner selection, filling it with "userBanner bannerPurple" will prevent errors with other banners.
 
Top Bottom