How can I capitalize 'Email' in Dawn theme?

Topic summary

A user seeks to capitalize the word ‘Email’ in the Dawn theme’s newsletter section.

Proposed Solution:

  • Add CSS code to the newsletter-section.css file:
.form__field-wrapper .field__label {
  text-transform: uppercase;
}

Current Status:

  • One community member requested the store URL to provide tailored guidance
  • Another provided the CSS solution directly
  • The issue remains unresolved as the original poster has not confirmed whether the solution worked
Summarized with AI on November 12. AI used: claude-sonnet-4-5-20250929.

Hello,

I am using Dawn theme.

How can I make it so that ‘Email’ is written in Caps?

Thanks,

@AZ2024 Could you please share your store URL? so can guide you accordingly

Hello @AZ2024 ,

Please add this CSS in “newsletter-section.css”.

.newsletter-form__field-wrapper .field__label {
    text-transform: uppercase;
}

Thanks,

Ritu