This is an example of modifying the appearance of a Qsign screen:
- Locate the stylesheet to be changed, reference to the diagram above will indicate which class or ID needs to be altered to achieve the desired effect.
In this example, we will change the colour of the border on the custom header.
The default stylesheet for floor plans is 'Qsign_1024'. - Locate '#customheader' ID in the stylesheet content:
#customheader {
margin: 0px;
border-style: solid;
border-width: 1 0 1 0;
border-color: #ADADAD;
position: relative;
width: 100%;
top: 10px;
text-align: center;
float: left;
} - Change the colour of the border to green by changing 'border-color: #ADADAD;' to 'bordercolor: #00FF00;'.
- Click Save.
- Review the effect of the changes by returning to QSign Profiles and click in the profile to preview the display.