Shopify themes, liquid, logos, and UX
What is the code to put a border around the email box on the main page? I have tried what is pasted below but I dont think my coding is yet effective.....
Hygiadental.com
Melek
textarea#Emailform-body.text-area.field__input { border: 1px solid #dadada; }
Solved! Go to the solution
This is an accepted solution.
Hi @jeffreym
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head> tag:
.newsletter-form__field-wrapper input[name="contact[email]"] {
border: 1px solid #dadada !important;
}
Hi @jeffreym
Please use this code.
.newsletter-form__field-wrapper .field__input { border: 1px solid #dadada; }
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Hi @jeffreym
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:
.newsletter-form__field-wrapper input[type="email"].field__input {
border: 1px solid #dadada;
}
This is an accepted solution.
Hi @jeffreym
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head> tag:
.newsletter-form__field-wrapper input[name="contact[email]"] {
border: 1px solid #dadada !important;
}
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025