Try adding the following CSS code to your styling:.text-display-question {
font-weight: lighter !important;
color: orange !important;
}
This code targets the class associated with Text Display Questions and sets the font-weight to lighter and the color to orange. The
Code:
!important
rule is added to ensure that this styling takes precedence over any conflicting , you might want to consult the LimeSurvey community forums or documentation for more specific advice.
Hope this helps!
regards :
onlinewords