Solved
Change font color for constant sum total box
How do I change the font color of the Constant Sum total box? (it defaults to red)
Best answer by SaurabhPujare_Ugam
Hello @ajhdodma ,
add this code, hope it helps,
Qualtrics.SurveyEngine.addOnReady(function()
{
/*Place your JavaScript here to run when the page is fully displayed*/
jQuery("#QID54_Total").css("color","#000000");
});
You can get that question id from inspect element. i.e "#QID54_Total" part in the code.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
