- XF Compatibility
- 2.2.x
- Short Description
- Where is the place to Download and Discuss [AndyB] Thread starter user banner 1.4? The answer is here. It is zip Extention type and 15.8 KB File size. From The Content have 1 Description Attachments, 289 Views on NullPro.
Displays thread starter user banner.
(Example of Thread starter user banner)
Features:
All phrases start with threadstarteruserbanner_ for your convenience.
Styling the banner:
If you would like to change the color of the banner, you can add this to your extra.less:

(Example of Thread starter user banner)
Features:
All phrases start with threadstarteruserbanner_ for your convenience.
Styling the banner:
If you would like to change the color of the banner, you can add this to your extra.less:
CSS:
// thread starter user banner
.thread-starter-user-banner {
background-color: @xf-paletteAccent2 !important;
color: @xf-paletteNeutral1 !important;
}
