Button Text not to be uppercase


Topic: Button Text not to be uppercase

Jan Louw pro premium priority vip early access asked 2 years ago

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 :)


Please insert min. 20 characters.
Status

Resolved

Specification of the issue
  • 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
Tags