How do we remove background image from the first page of your survey? | XM Community
Skip to main content
Question

How do we remove background image from the first page of your survey?

  • August 5, 2020
  • 9 replies
  • 267 views

Hey there!

I have inserted a background image for my survey via "Look & Feel", but I don't want it on my first page (The page where we ask for passwords to be specific). Is there a way to do it?

Thanks!

9 replies

rondev
Level 6 ●●●●●●
Forum|alt.badge.img+22
  • Level 6 ●●●●●●
  • August 5, 2020

Paste the below style tag in the html view of the first question:




Thanks for the quick response rondev!

Do you have an idea where I should be putting this code for the PASSWORD page?


rondev
Level 6 ●●●●●●
Forum|alt.badge.img+22
  • Level 6 ●●●●●●
  • August 5, 2020

https://www.qualtrics.com/community/discussion/comment/28703#Comment_28703By password page, do you mean the authenticator page?


SurajK
QPN Level 3 ●●●
Forum|alt.badge.img+4
  • QPN Level 3 ●●●
  • August 5, 2020

You can just set the background to none using JS at your first page,
jQuery('.Skin .DB .QuestionText').attr('style','background:none')


rondev , Yes the Authenticator page, my bad.


rondev
Level 6 ●●●●●●
Forum|alt.badge.img+22
  • Level 6 ●●●●●●
  • August 5, 2020

https://www.qualtrics.com/community/discussion/comment/28706#Comment_28706Put the mentioned stlye tag in the text box present before password checkbox. If already some text is present their, then just paste this tag after the text.
image.png


Where do you find that Authentication Field section that you just posted?

I went into Survey Options to activate Password Protection in case that's relevant.


rondev
Level 6 ●●●●●●
Forum|alt.badge.img+22
  • Level 6 ●●●●●●
  • August 6, 2020

Sorry, I understood wrong. So you have password protected the survey using survey options. In this just paste the below code in the Look & Feel -> General -> Header ( click on edit) -> click on source icon (<>):


It worked!

Thank you very much =)