[OzzModz] Custom User Style

[OzzModz] Custom User Style [Paid] 1.0.1 Patch Level 2

No permission to buy ($15.00)
This resource has been removed and is no longer available. The following reason was provided:
This resource has been deleted by XenForo Ltd. in line with our resource housekeeping criteria.
 
@Ludachris you can change everything what is it possible to catch through CSS selector.
Something like this should work:

CSS:
.message-userBanner.userBanner {
    border: 2px solid aqua !important;
    color: aqua;
}
 
Top Bottom