How can I make the 'Email' font size smaller than the header?

I need help - I want to decrease the font size of ‘Email’ so it is smaller than the header.

url: https://pure-date.myshopify.com/

pw: triwhi

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
.newsletter-form__field-wrapper label.field__label {
font-size: 14px;
}
1 Like

@ZestardTech Thank you for your help

1 Like

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.