I wanted to ask, why the subquestions in the Matrix are bold and if I can change this.
I have tried to figure out where this is set and used firebug to find anything, that makes the font bold.
I have seen that this comes from the normal body element and has therefore the same "bold" type as the top questions have.
I don't know how I can change this, I would need that to make questions more readable as I have 2 lines there.
For month I ask myself why this (the boldness of subquestions in Matrix type) was introduced in summer 2016.
It is a break in the survey flow; all answer options and subquestions have a font-weight of "normal", but suddenly questions (resp. items) are displayed bold.
Is there any reason for this, which we (the users) have to reset by an additional snippet in template.css?
Best regards
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless
The bold font-weight comes from your browser, not from any styles attached. The row labels are (and have always been) in <th> elements which, by default, are renders in bold by the browser.
Cheers,
Tony Partner Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.