VinnyS Active member Jan 18, 2014 #1 Hi I have been doing some editing on a theme, I have attach an image to this post under the avatar in a forum post is a banner that says Staff Member how do I change the color of the banner and the font. Attachments banner.webp 9.4 KB · Views: 15
Hi I have been doing some editing on a theme, I have attach an image to this post under the avatar in a forum post is a banner that says Staff Member how do I change the color of the banner and the font.
P Paul B XenForo moderator Staff member Jan 18, 2014 #2 Add to EXTRA.css: Code: .userBanner.bannerStaff { color: @contentBackground; } Adjust to suit. Upvote 0 Downvote
Amaury Well-known member Jan 18, 2014 #3 For the font size, add font-size: 11px, changing the pixels to whatever you desire, to Brogan's code above. Upvote 0 Downvote
For the font size, add font-size: 11px, changing the pixels to whatever you desire, to Brogan's code above.