Supporting each other

Community forums

Welcome, Guest
Username: Password: Remember me
This is the place for questions about learning design and pedagogy; how to use different page types for different purposes.
  • Page:
  • 1

TOPIC:

Multiple choice not bold 4 years 3 months ago #6241

  • rloenen
  • rloenen's Avatar Topic Author
  • Offline
  • Premium Member
  • Premium Member
  • Posts: 94
  • Thank you received: 0
The text at question in a multiple choice is always bold. How can I make that text 'normal'?
Ronald
Attachments:

Please Log in or Create an account to join the conversation.

Multiple choice not bold 4 years 2 months ago #6243

  • drlara
  • drlara's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 15
  • Thank you received: 9
Hi Ronald,
A way to prevent the question text to be bold is by adding a style. Follow these steps:
1) From the "Optional Properties" column, click on "Styles". This will add the "Styles" section into the second column.
2) In the Styles section add this CSS rule:
#question {
font-weight: normal;
}
That's it!
The following user(s) said Thank You: rloenen

Please Log in or Create an account to join the conversation.

Multiple choice not bold 4 years 2 months ago #6271

  • rloenen
  • rloenen's Avatar Topic Author
  • Offline
  • Premium Member
  • Premium Member
  • Posts: 94
  • Thank you received: 0
Hu Miguel, thanks.
I often use Styles with css, but it is difficult to adjust existing styles. Like in this case. How could I have known that I should use #question here? can I find it or look it up somewhere?
Ronald

Please Log in or Create an account to join the conversation.

Multiple choice not bold 4 years 2 months ago #6289

  • drlara
  • drlara's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 15
  • Thank you received: 9
Hi,
To get the "id" or "class" name of any element, I use Chrome's Inspect tool...I just right click any place on the page and select "Inspect". Within the "Inspect Tool" window, I click on the top-left corner to be able to select elements from the page, that shows me their id and classes (see screenshot).
Attachments:
The following user(s) said Thank You: victorng

Please Log in or Create an account to join the conversation.

Last edit: by drlara.
  • Page:
  • 1
Moderators: ingdon
Time to create page: 0.046 seconds
Copyright © 2024 The Xerte Project.
Xerte logo Apereo logo OSI Logo

Search