I am using the Taste Theme. Does anyone know how to remove the black borders from the rich text and Email sign up sections? Please see below for reference:
- Email Sign Up:
- Rich Text:
Many thanks!
I am using the Taste Theme. Does anyone know how to remove the black borders from the rich text and Email sign up sections? Please see below for reference:
Many thanks!
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
Hi @blank-channels ,
Would you mind to share your URL website with password if its protected? Thanks!
Hi,
here you go https://a4ff49.myshopify.com/
Hi,
here iti is https://a4ff49.myshopify.com/
Thank you for the information, would you provide also the password? Thanks!
Sorry, password is steish
Try this one.
.content-container {
border: none;
}
.rich-text.content-container.color-background-1.gradient.rich-text--full-width.content-container--full-width.section-template--19501036765497__d19721ae-e5db-45f8-89fa-1cabfdc2a1ff-padding {
border: none;
}
.newsletter__wrapper.color-background-1.gradient.content-container.isolate.content-container--full-width.section-template--19501036765497__b4a755ed-823b-413c-99d9-4a8170bacec3-padding {
border: none;
}
Result:
I hope it help.