Is it possible to bold the question titles?
BOLD QUESTION TITLES
Answers approved by surveyjs Support
Hello Dogukan,
In Default V2 theme, question titles are bold by default.
The font size and weight of survey question titles are defined in the following CSS class: .sd-element__title.
For instance, you can modify the –sjs-font-questiontitle-weight variable and change the weight
attribute of a question title text.
CSS.sd-root-modern {
--sjs-font-questiontitle-weight: 800
}
Alternatively, follow the Customize Surveys with CSS demo and customize the question.title CSS style.
For more information on how to customize appearance of survey elements, please follow this guide: Themes & Styles.
Let me know if you have any questions or require further assistance.