XF 2.3 Custom Banner Colors for User Group

VisEntities

Active member
Licensed customer
I'm looking to change the color of the banner for a specific user group, but I'm not sure how to set a custom color. Can someone guide me through the process? Thanks in advance for your help!


fffffffffffff.webp
 
I found the absolute simplest is to add a class name to the custom field, e.g. red

then in extra.less

Code:
.red
{background-color:red;
color:#fff}
 
Back
Top Bottom