Forum Discussion
Button Customization
There are options out there! First option is using CSS after the fact in which you can target the Begin Button CSS classes to update the `text-transform` that is occurring on the button text. The other option is to check out the Mighty Chrome extension which adds lot of options to the configure the Begin Button, plus so much more! See these videos which talk about it and provide code samples
https://www.youtube.com/watch?v=vNCaxx1_Inc&list=PLsnCc3hFCaIE_o-HKcxirU_ChXF1_Nbk3&index=14
https://www.youtube.com/watch?v=ujQT0K5mWe4
- HollyK_C16 hours agoCommunity Member
I've seen stuff about Mighty floating around, but unfortunately we are pretty locked down as far as software access and new extensions are almost never approved. It seems like a cool tool! Thanks for the CSS tip too - I'll have to give that a try.
- JohnPinkster-196 hours agoCommunity Member
No problem! Just right click and inspect the button and you will see there is a text-transform css property added. Just override it to text-transform: none and put that CSS 1-liner into your index.html.