Hello, thank you for all your help. I have another question. I want to change font settings (size, color etc..) for the entire questionnaire. Now I have a lot of questions and I don’t want to do it question by question. I tried to do it through “Theme editor” but I guess I'm doing something wrong. Is it even possible?
I'm using fruity theme.
Thanks a lot!
Sima
And to add something.
If you only want to use built-in fonts and change size and color, you set the font in theme options.
The sizes and colors you set in your custom.css,
either be y setting the size and color in each relevant class absolutely
or set a general size in "body" and use percentages like
body {
font-size:20pt;
}
.question-title-container, .question-valid-container {
font-size:50%;
color: #c4d7ed;
}
.answer-container {
color: #375d81;
font-size: 30%;
}
This is up to you.
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless