how to add new banner in xenforo ?

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,068
22,066
120
Go to: AdminCP > Appearance > Templates > and search for the "extra.less" file
Open the file and add this code (call it anything you want. In the example here, I called it ".mybadge" ):

.mybadge {
background-image: url('https://www.mywebsite.com/mybadge.png');
background-repeat: no-repeat;
background-position: center top;
padding-top:42px;
text-align: center top;
}

Then go to "Groups and Permissions > User Groups" and select the group you want to add a badge too.
Under User banner styling, check "Other, using custom CSS class name" and enter the name you gave it in the extra.less file as shown below:
NOTE: Be sure to remove the "." (dot) in front of the name as shown below:
 

asyifa

Active member
Dec 10, 2018
470
125
43
Go to: AdminCP > Appearance > Templates > and search for the "extra.less" file
Open the file and add this code (call it anything you want. In the example here, I called it ".mybadge" ):

.mybadge {
background-image: url('https://www.mywebsite.com/mybadge.png');
background-repeat: no-repeat;
background-position: center top;
padding-top:42px;
text-align: center top;
}

Then go to "Groups and Permissions > User Groups" and select the group you want to add a badge too.
Under User banner styling, check "Other, using custom CSS class name" and enter the name you gave it in the extra.less file as shown below:
NOTE: Be sure to remove the "." (dot) in front of the name as shown below:
amazing 😍 thank u ❤️
 

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,068
22,066
120
Just try to go to Appearance->Styles->Your_Style->Templates and edit template: footer
 

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,068
22,066
120
or brivium
You can access to Appearance > Styles Chlorine > Style Property Groups > Style Properties: [Brivium] - Footer and remove all footer blocks content
 

Forum statistics

Threads
70,138
Messages
916,487
Members
246,467
Latest member
artusll

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu