- Compatible XF Versions
- 2.0 , 2.1 , 2.2
- Visible Branding
- No
Description:
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:
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:
Less:
// thread starter user banner
.thread-starter-user-banner {
background-color: @xf-paletteAccent2 !important;
color: @xf-paletteNeutral1 !important;
}