Image Frame Issue

Hi guys,

Does anyone know how to remove the image frame? See the image.

It shows everywhere. I am not comfortable with that and donot want to get this display to our customer.

How to make it disappear.

Check the attachment.

Should I get a new theme? If yes, what if I upgrade the shopping cart with the CS cart script? Will that a problem? Because CS-cart wont upgrade if there is some data was changed.

Thank you in advance.

frameissue-1.png

frameissue-4.png

frameissue-2.png

For example, try to add the following code to the CSS section of the Theme editor

.ty-grid-list__image {
    border: none !important;
}

For example, try to add the following code to the CSS section of the Theme editor

.ty-grid-list__image {
    border: none !important;
}

Thank you, dear