Page History
...
- Create a survey.
- In the main Surveys window under Visitor Engagement, select the survey and click Preview.
- Use the browser console to inspect the HTML and CSS elements and edit the style of the survey.
Surveys
Create custom rules for the desired survey elements.
For example - change the color of list items to red by creating the following CSS rule:Info icon false #cas li {color:red;}
Survey Preview
Note - create CSS rules that will apply for surveys only by specifying the element ID (for example - the survey div ID is #cas).
...