D Deleted member 225812 Guest Feb 9, 2021 #1 How to change color for "Staff member" user banner? Thanks for help.
Solution SyTry Feb 9, 2021 Hello, in app_user_banners.less : Code: &.userBanner--staff, &.userBanner--primary { .m-userBannerVariation(@xf-chromeTextColor, @xf-paletteAccent1); } You can change it like this : Code: .m-userBannerVariation(#000, #009688); So : #000 : text color #009688 : banner color Regards, SyTry
Hello, in app_user_banners.less : Code: &.userBanner--staff, &.userBanner--primary { .m-userBannerVariation(@xf-chromeTextColor, @xf-paletteAccent1); } You can change it like this : Code: .m-userBannerVariation(#000, #009688); So : #000 : text color #009688 : banner color Regards, SyTry
SyTry Well-known member Feb 9, 2021 #2 Hello, in app_user_banners.less : Code: &.userBanner--staff, &.userBanner--primary { .m-userBannerVariation(@xf-chromeTextColor, @xf-paletteAccent1); } You can change it like this : Code: .m-userBannerVariation(#000, #009688); So : #000 : text color #009688 : banner color Regards, SyTry Upvote 2 Downvote Solution
Hello, in app_user_banners.less : Code: &.userBanner--staff, &.userBanner--primary { .m-userBannerVariation(@xf-chromeTextColor, @xf-paletteAccent1); } You can change it like this : Code: .m-userBannerVariation(#000, #009688); So : #000 : text color #009688 : banner color Regards, SyTry