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. On most browsers, you can right-click the survey preview and select "Inspect Element" press the F12 key to open the InspectorInspector and select elements.
Surveys Dashboard
Create custom rules for the desired survey elements within the CSS code.
For example, you can change the text color of list items to red by creating the following CSS rule:Info icon false #cas li {color:red;}
Survey Preview
Note: You must specify the element ID (eg., the survey div ID is #cas) in order to create CSS rules that will apply to surveys.
...