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

Kalaiarasan Pus
Giga Sage

Generic jquery to change label's font size... Add it in a onload script and customize as per your need



jQuery('label').each(function() {


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


});


Hi Kalaiarasan P



Will this change all the font sizes of a question options?



e.g


What is your title?


  • IT
  • HR
  • Gardener


I need those 3 options to have a bigger font


What type of variable are you referring here ? Checkbox ?


This is a multiple option that I want to change