Forum Discussion
JillSolomon-98f
7 years agoCommunity Member
Button Customization
Maybe I am missing something but is there any way to get rid of the all-caps defaults? A lot of the labels including buttons are always in all-caps. For accessibility reasons I cannot have them in a...
HollyK_C1
Community 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-19
8 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.