change the background for one question | XM Community
Skip to main content

Is there a way of adding an image as the background of just one question?
Thank you in advance

Simin
You can replace the QID and URL of image in below code and add it onload:
jQuery("#QID1").css({"background":"url(https://image.shutterstock.com/image-vector/sample-red-square-grunge-stamp-260nw-338250266.jpg)"})
Hope this helps!


Leave a Reply