I'm trying to change the text in a radiogroup, and also in a radio button but I have no success.
What I do is create an event on load, and run:
$("[dsid=radiogroup_Section]").css('font-size','450%');
$("[dsid=radiogroup_Opinion]").css('font-size','450%');
also I've tried:
$("[dsid=radiobutton_sectionReception]").css('font-size','450%');
What should I do?
Thanks in advance!