Hello,
is it possible to format the headers for scale A and B for a dual scale array, e. g. bold?
I have tried to change the following line in template.css:
#limesurvey .array-flexible-duel-scale table.question .header_answer_text_right {
background-color: #FFFFFF;
to:
.array-flexible-duel-scale table.question .header_answer_text_right {
font-weight: bold;
background-color: #FFFFFF;
... but that did not change anything. I guess header_answer_text_right is not the same as dualscale_headerB?