Change the font size for a record producer questions

Rudi2
Giga Guru

Hi Guys

Is there any way I can change the font size of the questions of the record producers, like the multiple questions?

Regards

1 ACCEPTED SOLUTION

jQuery('input:radio').each(function() {


jQuery(this).parent().css( "font-size",20);


});


View solution in original post

7 REPLIES 7

jQuery('input:radio').each(function() {


jQuery(this).parent().css( "font-size",20);


});


Its working!!



Thank you Kalaiarasan P


Hi kalai,



I'm not familiar with jquery, can you explain your code?   What is 'label' referring to?   If I wanted to change the fonts for only Record Producer Variable type = Label, how would I do that without changing the font for everything else?



Thanks!!