- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-19-2015 03:27 AM
Hi Guys
Is there any way I can change the font size of the questions of the record producers, like the multiple questions?
Regards
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-20-2015 08:03 AM
jQuery('input:radio').each(function() {
jQuery(this).parent().css( "font-size",20);
});

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-20-2015 08:03 AM
jQuery('input:radio').each(function() {
jQuery(this).parent().css( "font-size",20);
});
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2015 01:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-21-2016 02:18 PM
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!!