Welcome to the LimeSurvey Community Forum

Ask the community, share ideas, and connect with other LimeSurvey users!

"Text display" question text all in BOLD

  • dlxmax
  • dlxmax's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
6 months 5 days ago #266081 by dlxmax
Your LimeSurvey version: LimeSurvey Community Edition Version 6.5.12+240611 
Own server or LimeSurvey hosting: own server
Survey theme/template: seemingly all of them?!
==================

This is very frustrating. I can't find a solution. I apologize for my lack of CSS skills--I haven't built a website since the mid 90's.

For the "text display" type question, all text is automatically shown in bold. I'd consider that a bug since bold wasn't selected in the editor. This happens with every "text display" question and has been a bug for over a year.

Anyway, could somebody please give me to some code to fix this so that it defaults to normal weight? I assume it's code to put in the custon.css file? Thank you so much.
 

Please Log in to join the conversation.

  • DenisChenu
  • DenisChenu's Avatar
  • Offline
  • LimeSurvey Community Team & Official Partner
  • LimeSurvey Community Team & Official Partner
More
6 months 5 days ago #266083 by DenisChenu
Replied by DenisChenu on topic "Text display" question text all in BOLD
Seems you use a personal theme or an LimeSurvey hacked version

Can not reproduce on vanilla fuity_twentythree


Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. - Professional support - Plugins, theme and development .
I don't answer to private message.

Please Log in to join the conversation.

  • holch
  • holch's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
6 months 5 days ago #266111 by holch
Replied by holch on topic "Text display" question text all in BOLD
You actually CAN reproduce it, you are showing it in your screenshot. I assume what dlmax says is that the text display question shows the text exactly like the question text for other question types, which is slightly bigger and bolder than the "normal" text otherwise.

I assume that it derives from the fact that the text of the text display question is not treated differently to the text of normal questions. So the text display text does not show as "normal" text.

Help us to help you!
  • Provide your LS version and where it is installed (own server, uni/employer, SaaS hosting, etc.).
  • Always provide a LSS file (not LSQ or LSG).
Note: I answer at this forum in my spare time, I'm not a LimeSurvey GmbH employee.
The following user(s) said Thank You: DenisChenu

Please Log in to join the conversation.

  • DenisChenu
  • DenisChenu's Avatar
  • Offline
  • LimeSurvey Community Team & Official Partner
  • LimeSurvey Community Team & Official Partner
More
6 months 4 days ago #266114 by DenisChenu
Replied by DenisChenu on topic "Text display" question text all in BOLD

You actually CAN reproduce it, you are showing it in your screenshot. I assume what dlmax says is that the text display question shows the text exactly like the question text for other question types, which is slightly bigger and bolder than the "normal" text otherwise.

 
Oh ?
You think ? Unsure for me :)

else, in custom.css
Code:
.question-container .ls-label-question{font-weight:normal}

Another think : if it's a bug, it must be reported : community.limesurvey.org/bug-tracker/

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. - Professional support - Plugins, theme and development .
I don't answer to private message.

Please Log in to join the conversation.

  • Joffm
  • Joffm's Avatar
  • Away
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
6 months 4 days ago #266119 by Joffm
Replied by Joffm on topic "Text display" question text all in BOLD

For the "text display" type question, all text is automatically shown in bold. I'd consider that a bug since bold wasn't selected in the editor. This happens with every "text display" question

Here my results in 6.5.18
"vanilla"
 
"fruity"
 
"bootswatch"
 
"fruity_twentythree"
 
I do not see a bold text that is not intentionally set to 'bold'.

And considering this

and has been a bug for over a year.

I also tested in 6.4.12.
"vanilla"
 
"fruity"
 
"bootswatch"
 
"fruity_twentythree"
 

Again I do not see that the text display text is set to "bold".

If you check in the webdevelopment tool you see that both texts have
"fruity_twentythree"
font-size: 24px;
font-weight:600
font-family : IBMPlexSans

"vanilla"
font-size: 1rem
font-weight:400
font-family : Noto

Joffm

Unfotunately @dlxmax did not show anything.




 

Volunteers are not paid.
Not because they are worthless, but because they are priceless

Please Log in to join the conversation.

  • holch
  • holch's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
6 months 3 days ago #266123 by holch
Replied by holch on topic "Text display" question text all in BOLD
It might be in fact not bold, but it looks bold.

For a text display question the text from the last example doesn't seem to be ideal and I guess this is what OP is referring to.

Help us to help you!
  • Provide your LS version and where it is installed (own server, uni/employer, SaaS hosting, etc.).
  • Always provide a LSS file (not LSQ or LSG).
Note: I answer at this forum in my spare time, I'm not a LimeSurvey GmbH employee.

Please Log in to join the conversation.

  • tpartner
  • tpartner's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
6 months 3 days ago #266125 by tpartner
Replied by tpartner on topic "Text display" question text all in BOLD

It might be in fact not bold, but it looks bold.

For a text display question the text from the last example doesn't seem to be ideal and I guess this is what OP is referring to.
Yes, font-weight 600 is only semi-bold -
developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-weight

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.

Please Log in to join the conversation.

  • tammo
  • tammo's Avatar
  • Offline
  • Official LimeSurvey Partner
  • Official LimeSurvey Partner
More
6 months 3 days ago - 6 months 7 hours ago #266126 by tammo
Replied by tammo on topic "Text display" question text all in BOLD
The "Text display"- question (although it is not a question)  will display text in the format of the question-text en not in the format of the question-body. Could this be what is the problem? In this question type there is no body, just question-text. I can understand the need for also having a question-body which is styled differently (most times a little smaller).

Tammo


Tammo ter Hark at Respondage
For Limesurvey reporting, education and customized themes
respondage.nl
Last edit: 6 months 7 hours ago by tammo.

Please Log in to join the conversation.

Moderators: tpartnerholch

Lime-years ahead

Online-surveys for every purse and purpose