XF 1.5 Staff member color

boulager29

Member
Hello good night
You could tell me how to change color to the banner "Staff member"
Ps: dsl not to develop a can more because i am french and that english is not my strong
 
As I said in the ticket, you can edit the CSS template (user_banners.css) or use EXTRA.css to override the default styling.

This is the default CSS:
Code:
.userBanner.bannerStaff { color: @primaryMedium; background-color: @primaryLighterStill; border-color: @primaryLighter; }
.userBanner.bannerStaff.wrapped span { background-color: @primaryLighter; }
 
As I said in the ticket, you can edit the CSS template (user_banners.css) or use EXTRA.css to override the default styling.

This is the default CSS:
Code:
.userBanner.bannerStaff { color: @primaryMedium; background-color: @primaryLighterStill; border-color: @primaryLighter; }
.userBanner.bannerStaff.wrapped span { background-color: @primaryLighter; }

Thank you you saved me life guy I would thank you enough
 
Top Bottom