- XF Compatibility
- 2.1.x
- 2.2.x
- Headline
- Displays thread starter user banner.
- Short Description
- Download and Discuss Premium, Business[AndyB] Thread starter user banner 1.4 version on NullPro Community. It is zip Extention type and 15.8 KB File size. From [AndyB] Thread starter user banner have 1 Description Attachments, 280 Views.
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;
}