Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Product images are not clickable anymore

Solved

Product images are not clickable anymore

MLBildeler
Excursionist
24 0 3

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?

Accepted Solution (1)

DaisyVo
Shopify Partner
816 103 119

This is an accepted solution.

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
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Replies 2 (2)

DaisyVo
Shopify Partner
816 103 119

This is an accepted solution.

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
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
MLBildeler
Excursionist
24 0 3

Thank you 🙂