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