Question T18526
Visible to All Users

Change the default theme in theme tab

created 9 months ago

Hello Survey Js Team,

I want to change the default theme in theme tap ?

Kind Regards,
Amro

Answers approved by surveyjs Support

created 9 months ago (modified 8 months ago)

Hello Amro,
If you wish to modify the default survey theme, assign a target theme JSON definition to the creator.theme property. The following demo shows how to apply a Plain theme to a survey.

JavaScript
import { PlainLight } from "survey-core/themes/plain-light"; creator.theme = PlainLight;

View Demo
Let me know if it works for you.

    Comments (1)

      Many thanks Jane :)