When you choose a Website deployment (and only if you display your survey as a pop-in), you can change the background. We will see how to modify the colors and opacity of the background.
Change the Background
- Create your deployment and set up the triggering conditions.
- Once you have configured the deployment on your website, click "Add a new action" and choose the trigger that fits your needs.
- After choosing Popin, you will be able to configure the action.
- Go to "Advanced settings." In this window, you can modify the background settings (using CSS code).
If you are not familiar with adding CSS code, please contact a member of your technical team.
In this example, we change the default background color to purple. Here is the code to do it:
Background color: rgba(0, 0, 255, 0.5)
Original
With the new settings: background color: rgba(0, 0, 255, 0.5)