0 votes
in SoSci Survey (English) by s095200 (195 points)

I have modified the font of the question title in a survey using html. Now I would like to change the font of the question number accordingly. How can I do it?
Thank you!

1 Answer

0 votes
by SoSci Survey (304k points)

If you want to change the font size throughout the whole questionnaire, do not use HTML in the question title, but edit the questionnaire layout. That change will include the number.

If it is really only for a single question, you will have to add some CSS code via PHP to the respective question page. Something like:

pageCSS('
  #AB01_qst div.title {
    font-size: 24px;
  }
');

Willkommen im Online-Support von SoSci Survey.

Hier bekommen Sie schnelle und fundierte Antworten von anderen Projektleitern und direkt von SoSci Survey.

→ Eine Frage stellen


Welcome to the SoSci Survey online support.

Simply ask a question to quickly get answers from other professionals, and directly from SoSci Survey.

→ Ask a Question

...