Product photo not showing in the catalog

Hello, the product images in the catalog section is not showing at all. But when I click on them the pictures show. Please help! Here is the website for reference: https://www.officialsolstice.com/

Hi @adjs719

Please open your theme.liquid file in Sales channels > Online store > Themes > click “…” > Edit code, find and remove this code

section, .card__content, .product-card {
    background-color: #000000 !important;
}

Hello, I’ve looked in the theme.liquid section but I cannot find that code there

So, please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings.

.card__inner .card__content { background: transparent !important; }

Hi @adjs719

Let try to add this custom CSS below:

.grid__item .card .card__inner .card__media{
  z-index: 1;
}

The result will be:

Thank you so much!!

Thank you! I have already gotten a solution

Very welcome!