grey lign in element (needs to be deleted)

Hi All,

As you can see i have a grey line above and under this element on my homepage. Not sure what i have done, but it needs to be deleted…Can you help me with this?

Store:

Theme: Craft

Password: Thetraveladdict

Thanks a lot!

Hi @Thetraveladdict

Let try to add this custom css code:

.shopify-section .content-container:after {
  box-shadow: none;
}
.image-with-text:not(.image-with-text--overlap) .image-with-text__text-item:after {
  box-shadow: none !important;
}

the result: