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

I am trying to edit a font size using css.

  • August 17, 2022
  • 1 reply
  • 29 views

Forum|alt.badge.img

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!

1 reply

Forum|alt.badge.img+6
  • QPN Level 2 ●●
  • August 17, 2022

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