Remove multirow line

Hi , I have a slight line in multirow and a shadow behind the text box

I want to remove all the shadows and lines of that page multirow please.

How do I do it please?

Warm regards.

https://wmqgez-r2.myshopify.com/pages/fashion-design

@Artez

Please add the following code at the bottom of your css file.

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

Hope that helps.

looks great! I still have a small line around, is there a way to remove it?

https://wmqgez-r2.myshopify.com/pages/fashion-design

@Artez

Use the following code.

.global-media-settings{
border: none !important;
}

Thank you very much Dear!
Is there a way to get the text to the image closer? (smaller gap between image to text)?

@Artez

My pleasure :slightly_smiling_face:

you can try the following code to make the image and text more closer.

@media screen and (min-width: 990px){
.image-with-text__content { padding-left: 3rem !important; }
}

yes