How can I eliminate shadow lines on my website?

Hello,

How do I remove shadow lines on my website?

And at the top?

Hey @Shah13

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

This code will remove the the borders from both top and bottom.

1 Like

Thank you!!

What about this bit?

You can add this code above tag

.rich-text.content-container.color-background-1.gradient.rich-text--full-width.content-container--full-width.section-template--18752411730223__rich-text-1-padding {
    border-top: none !important;
    border-bottom: none !important;
}

You can Mark this as an Accepted Solution too! :slightly_smiling_face:

Hello, thankyou! It is still there :confused:

Can you show me a screenshot of how you’re adding the code because the code is accurate maybe the place where you’re adding the code is incorrect.

It is fixed now, thank you so so much!!