Some Shopify templates display subtitles in all uppercase even if you type them in lowercase. This is intentional, but there are times when you might want to display them in lowercase. You'll need to edit the CSS file directly, and understand the impact it will have on your entire store.
Even if you type in lowercase, it will be displayed in uppercase.
text-transform: uppercase; is set in theme.css etc. (In the case of Prestige)
Edit CSS directly