Skip to product information
1 of 1
Published:2023.01.18

Example of how to deal with a template where the title is displayed in all uppercase even if it is entered in lowercase on Shopify

Example of how to deal with a template where the title is displayed in all uppercase even if it is entered in lowercase on Shopify

Applications

  • Style (CSS) Editing

How to implement

  • HTML/CSS
View full details

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

Related Post