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.
Hello @bagdonaviciusbm
Please share the share your store URL and password if any please.
Hey @bagdonaviciusbm
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code in the bottom of the file above tag
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;
}


