CSS to enlarge text size of single ui-text node value

To use the CSS option you need to add a Template node somewhere in the editor and then enter:

<style>
[node-id="415c4c9bd2b631ed"] .value {
    font-size: 2.5em;
 }
</style>
1 Like