Customize Surveys with CSS
SurveyJS Form Library enables you to customize the appearance of your survey using CSS. Applied CSS classes are stored in a JSON object. To override a CSS class, assign a substitute class to a corresponding JSON object property. In this demo, the customCss
object is used to override CSS classes for question content, answered questions, and titles of required questions. Assign this object to SurveyModel
's css
property. Read more...