- XF Compatibility
- 2.1.x
- 2.2.x
- Headline
- Another incredibly simple add-on that injects the Prefix ID to the prefix description bo
- Short Description
- Download and Discuss Premium, BusinessPrefix Description Styling 1.0.0 version on NullPro Community. It is zip Extention type and 22.2 KB File size. From Prefix Description Styling have 1 Description Attachments, 81 Views.
Another incredibly simple add-on that injects the Prefix ID to the prefix description box, enabling you to style it on a per-prefix basis.
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:
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:
CSS:
.blockMessage--close.prefixDesc--id1 {
border-left: 3px solid #1ed760;
}
.blockMessage--close.prefixDesc--id2 {
border-left: 3px solid #d31117;
}