We have created a survey on Qualtrics. We have noticed that the Submit button at the end of the survey is ssmall, grey and inconscpicuous. Is there a way for us to make the Submit button larger and more obvious?
I see that a similar question has been asked before and someone recommended the following, but I cannot see where and how I can paste this code:
Paste the code at the very last question JS, change the css property values as required:
jQuery("#NextButton").attr("value","Submit").attr("title","Submit").css({
"background": "black",
"width": "300px",
"height": "60px",
"font-size": "35px",
"color": "wheat"});
Is there another way to do this?