Social - PixelExit.com

Social - PixelExit.com 1.5.14

No permission to download
Thanks, if you look at the template: user_banners.css some of the banners called off the default color palette, since this is not the default style it's pulling from the styles color palette.

You can edit that template to your liking, look for:

Code:
.userBanner.bannerStaff { color: @primaryMedium; background-color: @primaryLighterStill; border-color: @primaryLighter; }
.userBanner.bannerStaff.wrapped span { background-color: @primaryLighter; }

.userBanner.bannerPrimary { color: @primaryMedium; background-color: @primaryLighterStill; border-color: @primaryLighter; }
.userBanner.bannerPrimary.wrapped span { background-color: @primaryLighter; }

.userBanner.bannerSecondary { color: @secondaryDark; background-color: @secondaryLighter; border-color: @secondaryLighter; }
.userBanner.bannerSecondary.wrapped span { background-color: @secondaryLighter; }

bannerSecondary is what it's trying to call, you can replace the background-color, color and border colors on those 3.
 
Top Bottom