Individual State Colors

Re: Individual State Colors

by Alex Sandu -
Number of replies: 0

Go to tab "CSS". 

Add to "CSS code":

.entrystates-wrapper a span.entrystate {background-color: white;}

.entrystate.Submitted.currentstate {background-color: black;}

.entrystate.Denied.currentstate {background-color: red;}

.entrystate.Approved.currentstate {background-color: green;}