Forum Discussion
GiuseppeMacri
7 years agoQrew Captain
I basically need an IOL script to inject that font-size text into the associated CSS Label area. Please help me Dandiebolt!
GiuseppeMacri
7 years agoQrew Captain
Solved! Add this code to you IOL page
$('label').css('font-size', '150%');
$('label').css('font-size', '150%');