Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create a survey.
  2. In the main Surveys window under Visitor Engagement, select the survey and click Preview. 
  3. Use the browser console to inspect the HTML and CSS elements and edit the style of the survey.

     
    Surveys
     
  4. Create custom rules for the desired survey elements. 

    For example - change the color of list items to red by adding creating the following CSS rule:

    Info
    iconfalse

     #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).

...