Dawn Theme Product Thumbnails nor Clickable

Hello I made some adjustments to my code to change the layout and now the thumbnail of the products do not link me to the product, they are not clickable anymore. Link to my site is https://xbilhm5o5vqjv0cl-52120158362.shopifypreview.com

Any help would be greatly appreciated.

1 Like

@rezithclo

We have checked for this issue in real system and browserstack but it is working ok. In which system configuration or browser you are checking?

Hi @rezithclo ,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

.card--standard.card--media .card__inner .card__information {
    display: block !important;
    position: initial !important;
}
.card--standard.card--media .card__inner .full-unstyled-link {
    opacity: 0;
}

Hope it helps!

Hello, this seems to work however when you click on the image a block shows over the image, is there any way to disable that or for the block to highlight the text instead

1 Like

Hi @rezithclo ,

I checked and it shows fine, can you send me a screenshot of it?

On Mobile when you click on the image, it shows a box like the example attached. How can I get that box to be on the title of the product instead

Hi @rezithclo ,

Please send me the preview link, I will check it again

https://nqtq1gx7n6073mpw-52120158362.shopifypreview.com

Hi @rezithclo ,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

.card--standard.card--media .card__inner .card__information {
    opacity: 0;
}

Hope it helps!

It is still displaying the grey box

https://nqtq1gx7n6073mpw-52120158362.shopifypreview.com

Any help would be greatly appreciated.