You can change the colour of the seats for admins and front end separately. Go to stageshow settings and find the “Custom Admin Stylesheet” and “Custom Stylesheet”. Remember these names.
Within your hosting files navigate to:
wp-content / uploads / stageshow / css / [FILE NAME HERE].css
In this file you are looking to edit the bits below that look similar to that below:
.stageshow-boxoffice-seat
{
border: 2px black solid;
border-radius: 4px;
padding: 0;
margin: 2px;
width: 15px;
height: 15px;
text-align: center;
}
div.stageshow-boxoffice-seat-unknown
{
background-color: #FFFF00 !important;
}
div.stageshow-boxoffice-seat-available
{
background-color: #00e40e !important;
}
div.stageshow-boxoffice-zone-Top-Price {
background-color: #4eff00 !important;
}
div.stageshow-boxoffice-zone-Top-Price_Additional {
background-color: #4eff00 !important;
}
div.stageshow-boxoffice-zone-Standard_Price {
background-color: #7a6cff !important;
}
div.stageshow-boxoffice-zone-Standard_Additional {
background-color: #7a6cff !important;
}
div.stageshow-boxoffice-seat-disabled
{
background-color: #292828 !important;
}
div.stageshow-boxoffice-seat-requested
{
cursor: pointer;
background-color: #ff7800 !important;
}
The paid and free versions were bundled together, they used to be Stageshow, Stageshow Plus and Stageshow Gold. There are now all known as Stageshow with no variants. What is available on wordpress is all that stageshow offers now which is everything that was in gold, for free!
Chris