Remove Borders for Rich Text and Email Sign Up Sections

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:

  1. Email Sign Up:

  1. Rich Text:

Many thanks!

2 Likes

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

1 Like

Try this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
  4. And Save.
.content-container {
    border: none;
}
  • If this one ownt work try this other code.
.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;
}

Hi,

Many thanks for this. This almost worked! It has still left however a shadow line which I would like to be removed also. Please see below:

Any way of removing this?