Part of our style guide is to have buttons in all caps. Yes, I know there is an accessibility issue. Is there CSS or a class element that I can add to our buttons to make them all caps automatically? I don’t want to use my caps lock key. Thank you.
Page 1 / 1
Hey there
Let me know if this helps!
<style>
a.lp-pom-button * {
text-transform: uppercase;
}
</style>
Reply
Log in to the Unbounce Community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.