Product images are not clickable anymore

I can’t manage to click on the product images to view a product anymore. The only way is if I click the product name. How can I fix this so the images become clickable again? Is it just a quick fix with a code?

Hi @MLBildeler

To complete your requests, please follow these steps:

  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.
.card-wrapper.product-card-wrapper .card--standard>.card__content {
    position: unset !important;
}

I hope this helps

Best,

Daisy

1 Like

Thank you :slightly_smiling_face: