Hi,
Is it possible to add image background only to "welcome message"? I found solution for the whole template here:
Ben_V wrote:
Code:
body {
background-image:url('https://yourinstall.com/..../ei.png');
background-repeat:no-repeat;
background-position:center center;}
and it's (after small adaptation) working form me, but I try to add exclusive (different) image background for a "welcome" and "end" messages. It is also important to me, that the solution will look good on mobile devices because I expect the most of the Respondents will complete the survey on mobile phones.
I will be grateful for the tips on how to achieve this.