How can I remove the line under my picture in Crave theme?

Hello, I would like to try to ask how could I remove this line which is under my picture with text. Even when I set borders to 0% this line stays. You can check it on your own: micr

@Matyas , Hope you are doing well.

Could you please share your store URL? So, I can check the issue and give the solution for the same.

Sorry, I have found the solution. Its called “shadow” and if I set same color as backgrounds its invisible.

@Matyas , Open your base.css file and paste the below CSS code at the end of that file.

body .image-with-text:not(.image-with-text--overlap) .image-with-text__media-item:after,
body .image-with-text:not(.image-with-text--overlap) .image-with-text__text-item:after{
content:none;
}

hope the above solution will help you.

Hello @Matyas

Which theme you are using OR Please provide your store URL and, if it is password protected, please share the password so I can review it and provide a solution.