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 5 years ago
Hi!
Try to add this to your styles.scss:
.btn {
text-transform: unset !important;
}
Best Regards, Bartosz.
Jan Louw pro commented 5 years ago
Hi, working.
Thank you
BenLevy commented 5 years ago
Thank you. Did not know about "unset".
FYI. The file is _custom-styles.scss in the root folder.
Brightsidedevil commented 5 years ago
Thank you, works for me :)
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Resolved
- User: Pro
- Premium support: No
- Technology: MDB Angular
- MDB Version: 8.1.1
- Device: Na
- Browser: Na
- OS: Na
- Provided sample code: No
- Provided link: No