Record producer - how to highlight the question text

pfriis
Mega Contributor

I would like to highlight the question text in the variables i a record producer. Anyone, that have the recipe to how I can change the text to bold.

Variable in a record producer:

find_real_file.png

The form in action..

find_real_file.png

11 REPLIES 11

amaradiswamy
Kilo Sage

Gurpreet07
Mega Sage

inspect the element and add css. Apply same css using style tags in a UI Macro or using some onLoad client scripts. Below css should work fine



label>span.sn-tooltip-basic {


  1.     font-weight: bold;