rounded corners


Hi, I want to make my email sign up box rounded corners but ı couldnt find how

What’s your store url ?

Hi @emegenekdemir

It seems like you already solved the problem.

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!

Hi @emegenekdemir

I hope you are well. You can follow our instructions below:

1/ Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
2/ From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
3/ Copy the code below and paste it there

Here is the code for Step 3:

.shopify-section-group-footer-group .newsletter-form__field-wrapper .field:after, .shopify-section-group-footer-group .newsletter-form__field-wrapper .field__input {
    border-radius: 10px !important;
}

Please let me know if it works. Thank you!

Best,
Daisy - Avada Support Team.