All things Shopify and commerce
I am looking to edit my website, so that the Newsletter sign up space (where the name & email address go) are square rather than rounded to fit with the rest of the website. I have attached a photo to show what it looks like now.
Thank you for your help!
Solved! Go to the solution
This is an accepted solution.
Hey! I ended up figuring it out myself. I didn't need to add any code. I was in the shop editor, went over to theme settings (in left menu) and under corner radius set everything to 0 px, which made everything rectangular 🙂
Hello @smilla123 ,
Edit theme.liquid here search for </body>
Now just before to it add this code
<style>
input {
border-radius: 0 !important;
}
</style>
If not working please share the store URL.
Problem solved don't forget to Like it and Mark it as Solution!
If you need help with customization/code part you can contact me for services
You can find the email in the signature below.
Thanks
Hi @smilla123
Could you please share the link to that page so we can check and provide you with customization code to change it?
Looking forward to hearing from you soon. Thank you!
Best,
Daisy - Avada Support Team.
Hi @smilla123
I hope you are well. Thank you for your confirmation.
Please feel free to reach out if you need anything else.
Best,
Daisy - Avada Support Team.
Hi, @smilla123
<style>
.newsletter-form input {
border-radius: 0; /* Removes rounded corners */
}
</style>
If the issue persists, please share your store URL so I can take a closer look and provide more specific guidance. Thank you!
Share Your Store URL. So, that i can help you
This is an accepted solution.
Hey! I ended up figuring it out myself. I didn't need to add any code. I was in the shop editor, went over to theme settings (in left menu) and under corner radius set everything to 0 px, which made everything rectangular 🙂
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025