Shopify themes, liquid, logos, and UX
I've noticed that in the email signup form block on my homepage, the corners are different colors compared to the main section. Is there a way to either remove those corners or make them the same color as the main section? The only other setting I can adjust is making the section not full width, which results in more dark brown borders around the text.
Solved! Go to the solution
This is an accepted solution.
Hey @bagdonaviciusbm
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.newsletter__wrapper {
border-radius: 0 !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello @bagdonaviciusbm
Please share the share your store URL and password if any please.
This is an accepted solution.
Hey @bagdonaviciusbm
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.newsletter__wrapper {
border-radius: 0 !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello @bagdonaviciusbm
Go to online store ---------> themes --------------> actions ------> edit code------->base.css
add this code at the end of the file.
.newsletter__wrapper {
border-radius: 0px !important;
}
and the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks
Hi @bagdonaviciusbm,
Please go to Actions > Edit code > Assets > newsletter-section.css file and paste this at the bottom of the file:
.newsletter__wrapper {
border-radius: 0;
}
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025