The Skins app will allow you to create one or more stylesheets for different target groups, or for targets in the the same group via a specific value in a field.
This means that one instance of autologyx can be used for many brands.
However, its not just colours, fonts and other layout functions that can be changed.
You can use the code below to rename the Complete button:
| .panel-complete-button { text-indent: -9999px; line-height: 0;}.panel-complete-button::after { content: "YOUR TEXT HERE"; text-indent: 0; display: block; line-height: initial;}table.outstanding th.docs { width: 245px;} |
You might prefer to use the word "Proceed" or "Answer" or "Click here". Whatever your preference the change will be applied to the specific skin so you can have different options for different skins.
Comments
0 comments
Please sign in to leave a comment.