Resource icon

Ticket Prefixes

Lisa

Well-known member
Azhria Lilu submitted a new resource:

Ticket Prefixes - Ticket Style Prefixes

First add your prefixes via Thread Prefixes in the ACP, selecting the option for "Other, using CSS Custom Class name" and save. then navigate to your EXTRA.CSS and add the following code (changing the class to match your prefix name - .greenprefix, .blueprefix, etc):-

Code:
.greenprefix {
    display: inline-block;
    position:relative;
    padding: .7em;
    padding-left: 2em;
    margin: 0 .5em .5em 0;
    background: #8dc63f;
    color: rgba(255,255,255,.6) !important;...

Read more about this resource...
 
Top Bottom