I want to remove the background of the part where the email is written. I want it to be transparent. Please help me.
Thanks.
https://lepus-theme.myshopify.com/
Pass: 1234
I want to remove the background of the part where the email is written. I want it to be transparent. Please help me.
Thanks.
https://lepus-theme.myshopify.com/
Pass: 1234
Hello @Ganara ![]()
Inside Shopify Admin you can go to Themes, Edit code, open file base.css and add this code snippet at the bottom
#contact_form input[name="contact[email]"] {
background-color: transparent !important;
}
The result
Hope that helps!
Thank you very much :))