- Joined
- Nov 1, 2020
- Messages
- 672
- Reaction score
- 83
- iCoin
- 4,748 K
- Phiên bản XF hỗ trợ
- 2.3
1. Create a custom prefix
In admin CP, go to the forums > Thread prefixes and click on the add prefix button at the top right.
put title: Pack A
You can choose any prefix name you want, just change pack-a with the desired name.
* Don't forget to select the appropriate forums at the bottom
2. Add the code to the extra.less template of your style.
Open the extra.less template and add the code:
CSS:
You must log in to view
(15 lines)
Do you want to put PRO icons?
Edit .m-faBase(); and replace it with .m-faBase('Pro', @faWeight-solid);, .m-faBase('Pro', @faWeight-regular); or .m-faBase('Pro', @faWeight-light);.