Remove show details and disable the image from being clicked on that takes you to the product page.
I am wanting them to shop through the product grid by selecting only the add to cart option.
How can I make this happen?
Thank you a lot in advance on this one, I have been pulling my hair out trying to figure it out!!
Thanks.
Hi,
Can you post the link to your website please? a screenshot/mockup of what would you want to achieve would be helpful too.
Regards,
Josue
Hi,
Can you post the link to your website please? a screenshot/mockup of what would you want to achieve would be helpful too.
Regards,
Josue
I would like for the add to cart button to be the only thing working so they can go through multiple products in the product grid element without being taken away from that page of products. I am trying to keep them on the page.
I am trying to figure out how to remove or disable the details button and the link from the product image that takes the viewer to the product page.
If this is a code I can put on the color color section that would be perfect to it does’t affect the entire website because I will want to have a few that do take you to the product page because they are subscriptions with variations.
Thank you.
Hi!
Try with this code in Quick CSS:
.products .product .inner_product > a {
pointer-events: none;
}
.show_details_button {
display: none !important;
}
Best regards,
Josue
Thank you very much on that one, I was so stuck there.
Thanks!!
You are welcome Micheal, always glad to help :)
Regards,
Josue