It is possible to change the appearance of the abstract text on the Review Screen, and the change must be applied to every Form in a Level.
In the Form Editor for a desired Form, click Edit Question for a question that does not have a calculation entered in the "Calculated Value" field. In that field, paste the following code block:
(function() {
$('.quote').css({ 'color': 'black', 'font-size': '110%'});
})();
The text for colour (i.e. black) and font size (i.e. 110%) can be changed based on your preferences.
Click Save. After reconciling your references, the change will be applied on your Review Screen.
Comments
0 comments
Please sign in to leave a comment.