Report any technical problems you discover and discuss solutions.

Hide header at flascards?

  • ruthlammers
  • Topic Author
  • Offline
  • New Member
  • New Member
More
3 years 1 week ago #8653 by ruthlammers
Hide header at flascards? was created by ruthlammers
Dear all,
I would very much like to hide the header at the individual flashcards on the flashcards page. Is that possible?
Off course I can just not give them a title, but for me as author it is very helpful if I can identify the specific card by its title. But on the flashcards it's not really neccesary.

Thanks,
Ruth

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

More
3 years 1 week ago #8654 by ronm
Replied by ronm on topic Hide header at flascards?
Hi
try adding a styles optional property and then something like the following:
.cardInner h3{
/*hide the headings*/
display:none;
}
.cardInner {
/*add a bit of padding because the headings are hidden*/
padding: 1em;
}
HTH
Ron

Xerte developer & trainer
e-learning & m-learning consultant
mitchellmedia.co.uk | xerteacademy.com | learningapps.co.uk
Note: Support here is voluntary and meant for users to support each other.
Need direct commercial support with Xerte? mitchellmedia.co.uk/contact/

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

More
3 years 1 week ago #8655 by ronm
Replied by ronm on topic Hide header at flascards?
Actually perhaps only add the padding to the top...
.cardInner h3{
/*hide the headings*/
display:none;
}
.cardInner {
/*add a bit of padding because the headings are hidden*/
padding-top: 1em;
}

Xerte developer & trainer
e-learning & m-learning consultant
mitchellmedia.co.uk | xerteacademy.com | learningapps.co.uk
Note: Support here is voluntary and meant for users to support each other.
Need direct commercial support with Xerte? mitchellmedia.co.uk/contact/

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

  • ruthlammers
  • Topic Author
  • Offline
  • New Member
  • New Member
More
3 years 1 week ago #8660 by ruthlammers
Replied by ruthlammers on topic Hide header at flascards?
Thank you very very much Ron!
It works!

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

Moderators: ronmjultenJohnSmith
Time to create page: 0.128 seconds
Copyright © 2026 The Xerte Project.
Xerte logo Apereo logo OSI Logo