Your LimeSurvey version: CE 6.2.11
Own server or LimeSurvey hosting: Own server
Survey theme/template: Own theme based on Fruity
==================
Hello,
I'm trying to modify the font size of the questions.
So in custom.css I added .question-title-container .question-text {font-size: 18px;}
But the size still remain in 11pt.
When I inspect the page there is a lot of <span>, and one like this <span style="font-size:11pt;">.
I find the source of this in the editor of the question, when I switch to the source view.
Somebody could tell me how to override this parameter from the editor ?
Thanks.