I am trying to edit a font size using css. | XM Community
Skip to main content

Hi,
I am trying to edit the font used in this code: jQuery("#"+this.questionId+" td.c1:first").html("Proposal Priority")
I tried putting ".css(font-size: 16px)" but the error says "Invalid javascript! You cannot save until you fix all errors: Unexpected token ILLEGAL."
Could someone please help me with fixing the code OR how to edit the font in that code?
Thanks in advance!

ahnseungkyo add quotation marks .css("font-size","16px");


Leave a Reply