Maestro2k5 Member Dec 23, 2017 #1 Hello and good evening, I would like to change the staff banner. Both the frame, font color and background. How do I realize that?
Hello and good evening, I would like to change the staff banner. Both the frame, font color and background. How do I realize that?
Dermot Active member Dec 24, 2017 #2 i'd imagine something like this would work in extra.less Code: .userBanner.userBanner--staff { background: url("https://picturelink") no-repeat; color: green; border: 1px dotted pink; } ...not tried it though Last edited: Dec 24, 2017 Upvote 0 Downvote
i'd imagine something like this would work in extra.less Code: .userBanner.userBanner--staff { background: url("https://picturelink") no-repeat; color: green; border: 1px dotted pink; } ...not tried it though
SyTry Well-known member Sep 29, 2018 #4 Hello, You can modify the CSS in the app_user_banners.less template : Code: &.userBanner--staff, &.userBanner--primary { .m-userBannerVariation(@xf-linkColor, @xf-contentHighlightBg, @xf-borderColorHighlight); } Regards, SyTry Upvote 0 Downvote
Hello, You can modify the CSS in the app_user_banners.less template : Code: &.userBanner--staff, &.userBanner--primary { .m-userBannerVariation(@xf-linkColor, @xf-contentHighlightBg, @xf-borderColorHighlight); } Regards, SyTry