Hello,
I am using Dawn theme.
How can I make it so that ‘Email’ is written in Caps?
Thanks,
A user seeks to capitalize the word ‘Email’ in the Dawn theme’s newsletter section.
Proposed Solution:
newsletter-section.css file:.form__field-wrapper .field__label {
text-transform: uppercase;
}
Current Status: