How to fade the word "Email" in the Email sign up section in dawn theme

Hello everyone, I hope you guys are doing great.

Do you know how to fade the word “Email” in the image below?

Hi @raprapskie

Could you please share your store URL and password if it’s password protected so I can have a closer look?

hello

hope you are doing well

it will be helpful if you provide your store URL and password (If the storefront is password protected). so that I can check and try to find a solution for you.

Thank you.

https://tulogtayo.myshopify.com/

pw: skotwe

Hi @raprapskie ,

You can try adding this code to your theme to reduce the opacity of that text.

  • From your Shopify admin, navigate to Sales channels > online store > themes > actions > edit code

  • Open the base.css file under the Assets section

  • Paste this code at the bottom of the file

.field__label, .customer .field label {
    opacity: 0.5;
}
  • Hit Save

If you want it to be more faded, simply lower the opacity to 0.4, 0.3, etc.

I hope it helps.

Hi @raprapskie ,

Go to Assets > base.css and paste this at the bottom of the file:

.newsletter .field__label {
    opacity: 0.6;
}

Hope it helps!

Thank you very much. you’re so great!!!