Navigation

How to make whole single product card clickable

Add this code to Pages › Website Tools › Custom CSS

.product-block-content {
position: relative;
}


.product-title:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

Now you have the whole card clickable.

Replies 0

Shape Enter comment
Shape Enter name
Shape Enter email

On this page