Xenforo 2.1 Custom user group banner CSS with img

DandyLP

New member
Registered
Joined
Mar 14, 2020
Messages
3
Points
11

Reputation:

Hello,

I want to use images for the user group banner, but I need help setting it up. Can someone please help? Thanks! Discord: DandyLP#7114

For example this one:
Owner.png
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,519
Points
523

Reputation:

Hello,

I want to use images for the user group banner, but I need help setting it up. Can someone please help? Thanks! Discord: DandyLP#7114

For example this one:
View attachment 35152
DandyLPDo it via css styling in extra.less

define a class name and enter this into the user banner styling section of the group into other, using custom CSS class name

1685031939531.png


You need to add   into the banner text field
Less:
.userBanner--twitch {

    background: url('https://enxf.net/attachments/owner-png.35152/') no-repeat;
    height: 50px;
    width: 100%;
}

1685033828402.png
 
Top