Remove the Capitalization to the title of the Flashcards
Submitted by RD Bootcamp on Tue, 10/06/2020 - 02:36
Forums:
Hi there,
I hope this email finds you well.
I want to have the title in all lowercase in the flashcard, however, it is making the first letter in uppercase even when its in lowercase at the backend.
Can you please let me know how can I make it in lowercase?
Looking forward to your reply.
Thank you.
Content types:
BV52
Tue, 10/06/2020 - 19:23
Permalink
Hi RD Bootcamp,I'm afraid
Hi RD Bootcamp,
I'm afraid there are no workarounds for this issue. However there is an existing bug report for this.
-BV
otacke
Tue, 10/06/2020 - 19:53
Permalink
Hi BV!I think there's a
Hi BV!
I think there's a workaround, see https://h5p.org/comment/31909#comment-31909.
Also, it wouldn't be hard to add an option to set the behavior, so nothing changes for existing content, but you could switch to lower case if you wanted to. But as I mentioned in the other thread, I think it is not a bug, but the H5P core team did it that way for a reason - you don't add that accidentally. I could create a pull request, but I'd love to get a "Make it so!" before adding that change.
Best,
Oliver
RD Bootcamp
Fri, 10/09/2020 - 01:35
Permalink
Remove the Capitalization to the title of the Flashcards
Hi there,
Thank you for your reply.
I have added the CSS code to the active theme on my website, however, it did not work for me.
Can you please let me know any other option to remove the capitalization function from the title of the flashcards?
Looking forward to your reply.
Thank you.
otacke
Fri, 10/09/2020 - 07:24
Permalink
Hi RDBootcamp!You'll have to
Hi RDBootcamp!
You'll have to add the stylesheet changes as described in the H5P documentation. H5P runs in an iframe, and you cannot overwrite the iframe's stylesheet by changing the host system's stylesheet.
Best,
Oliver