C.Stanley Active member Jan 13, 2014 #3 Amaury said: Use custom CSS for .userBanner. Click to expand... Please explain Upvote 0 Downvote
Amaury Well-known member Jan 13, 2014 #4 GlobalHax said: Please explain Click to expand... Code: .userBanner { background: [YOUR COLOR HERE]; } Upvote 0 Downvote
GlobalHax said: Please explain Click to expand... Code: .userBanner { background: [YOUR COLOR HERE]; }
C.Stanley Active member Jan 13, 2014 #5 Amaury said: Code: .userBanner { background: [YOUR COLOR HERE]; } Click to expand... great So I Put This In Extra.CSS? or? Upvote 0 Downvote
Amaury said: Code: .userBanner { background: [YOUR COLOR HERE]; } Click to expand... great So I Put This In Extra.CSS? or?
Amaury Well-known member Jan 13, 2014 #6 GlobalHax said: great So I Put This In Extra.CSS? or? Click to expand... Yes. Upvote 0 Downvote
C.Stanley Active member Jan 13, 2014 #7 Amaury said: Yes. Click to expand... So what goes in the class name box? Upvote 0 Downvote
Amaury Well-known member Jan 13, 2014 #8 GlobalHax said: So what goes in the class name box? Click to expand... What class box? Just place the code I provided for you into your EXTRA.css template, obviously putting in the color you want. Upvote 0 Downvote
GlobalHax said: So what goes in the class name box? Click to expand... What class box? Just place the code I provided for you into your EXTRA.css template, obviously putting in the color you want.
Lukas W. Well-known member Jan 13, 2014 #9 You probably want to create your own class for that. Expand the code above to Code: .userBanner.bannerPurple { background: [YOUR COLOR HERE]; } and select the input box in the User Banner selection, filling it with "userBanner bannerPurple" will prevent errors with other banners. Upvote 0 Downvote
You probably want to create your own class for that. Expand the code above to Code: .userBanner.bannerPurple { background: [YOUR COLOR HERE]; } and select the input box in the User Banner selection, filling it with "userBanner bannerPurple" will prevent errors with other banners.
P Paul B XenForo moderator Staff member Jan 13, 2014 #10 http://xenforo.com/community/resources/creating-custom-user-group-banner-css.2000/ Upvote 0 Downvote