PenciDesign Supporter replied
Hi,
1. Please view the screenshot, the tab Style locate on the Elementor element settings:

2. In case you want to disable all the uppercase of the submit buttons, please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
button,
.button,
input[type="submit"],
input[type="button"] {
text-transform: none !important;
}
Regards,
PenciDesign.
