We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Re: CLICKABLE product images

CLICKABLE product images

Atsimataves
Excursionist
46 0 5

Hello,

Can you please share how to make it possible to click on the product/collection photo to submit to it instead of the title on mobile?


website www.amberound.com


Thank you

Replies 7 (7)

somotomox
Shopify Partner
4 0 0

Can you send a screenshot of what you want to do

somotomox
Atsimataves
Excursionist
46 0 5

Screenshot_20240320_214825_Chrome.jpg

 

 

 

 

 

 


I want that I can click on image not only on product name.

 

 

somotomox
Shopify Partner
4 0 0

https://meet.google.com/wco-azij-qaj?pli=1

please join I will help you to do this

 

 

somotomox

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

Hi @Atsimataves 

You can do that by adding this code to your theme.liquid file, after <head> in Online Store > Themes > Edit code 

<style>
@media (max-width: 749px) {
.card__heading a:after { position: absolute !important; }
}
</style>

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Atsimataves
Excursionist
46 0 5

Hello @Dan-From-Ryviu, thanks for your message. Is it possible to make it work on both phone and computer screens?

Thank you!

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

Please update the code 

<style>
.card__heading a:after { position: absolute !important; }
</style>

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Atsimataves
Excursionist
46 0 5

Hello @Dan-From-Ryviu, I tried this code, it works, but not for everything. At the bottom of the main Home page there are product categories that do not click. Only text can be clicked.

Thank you for trying to help me!