Here is my shop page
As you can see each product have a shop now button to bring it to the product page.
I would like to remove that and have the customer just click on the anywhere on the item box the open up the item page instead.
Thank you
Here is my shop page
As you can see each product have a shop now button to bring it to the product page.
I would like to remove that and have the customer just click on the anywhere on the item box the open up the item page instead.
Thank you
Hi @bkparts ,
Please follow the instructions below to hide the button and make the item clickable instead.
.grid__item a.btn.shop_link {
opacity: 0;
background: red;
width: 100%;
height: 100%;
position: absolute;
top: 0;
}
Works perfectly!!!
Thank you very much