I have read the information on css classes here:
www.limesurvey.org/manual/QS:CSS_Class/en
An example would be helpful.
Using Firefox inspector I see that the class for a question label is:
<div id="question91" class="row list-radio .ls-label-question {color: blue;text-align: center; } question-container ">
If I wanted to change the .ls-label-question color, exactly what would be the method?
When I input
.ls-label-question {color: red;text-align: center; }
in the css classes nothing happens.
What is this novice doing wrong?