How to make a WooCommerce Thumbnails Clickable?

How to make a WooCommerce Thumbnails Clickable?

Just add this css code in Admin Panel > Appearance > Customize > Additional CSS > Paste  the css code inside the text area > Save All.

.product-content { background-color: none !important; top: 50% !important; height: 0px !important;}
.woocommerce ul.products li.product .product-buttons-wrapper {top: auto !important;}
.woocommerce ul.products li.product .product-thumb:after{display:none !important;}

Note: You can change the top as per your need.

Rate This Article

(54 out of 117 people found this article helpful)

Leave A Comment?

This site uses Akismet to reduce spam. Learn how your comment data is processed.