- Language
- English
- Compatible XF 2.x versions
- 2.2
After installing the add-on, you will need to add some code to the
extra.less template similar to the below - or adjust it as you desire:.blockMessage--close.prefixDesc--id1 {
border-left: 3px solid #1ed760;
}
.blockMessage--close.prefixDesc--id2 {
border-left: 3px solid #d31117;
}
Before:
After: