- Discussions
- 8
- Messages
- 95
- Solutions
- 1
- J'aime
- 9
- Points
- 8
the below code working fine for version 2.2 but not working for 2.3.6
So can anyone help to update
version 2.2
version 2.3.6
1- Groups and Permissions >> User Groups >> Admin Group >> Copy the following code into (username CSS format)
2- Then copy the following code into the extra.less template:
So can anyone help to update
version 2.2
version 2.3.6
1- Groups and Permissions >> User Groups >> Admin Group >> Copy the following code into (username CSS format)
Code:
.username--style3 {
text-shadow: #ee82ee 1px 1px 10px;
color: red;
background: url(C:\xampp\htdocs\xenforo\test\16066101745881.gif);
}
2- Then copy the following code into the extra.less template:
Code:
.username--style3:before {
font-family: "Font Awesome 5 Pro";
content: "\f521";
padding-right: 1px;
display: inline-block;
}
