Topic: Button Text not to be uppercase
Hi,
Is there a way to turn off Uppercase on mdbBtn button text?
Regards
Bartosz Termena
staff answered 2 years ago
Hi!
Try to add this to your styles.scss:
.btn {
text-transform: unset !important;
}
Best Regards, Bartosz.
Jan Louw pro premium priority vip early access commented 2 years ago
Hi, working.
Thank you
BenLevy commented a year ago
Thank you. Did not know about "unset".
FYI. The file is _custom-styles.scss in the root folder.
Brightsidedevil commented a year ago
Thank you, works for me :)
Resolved
- User: Pro
- Premium support: Yes
- Technology: Angular
- MDB Version: 8.1.1
- Device: Na
- Browser: Na
- OS: Na
- Provided sample code: No
- Provided link: No