How to link the product image

Please follow the below method if you like to remove the cart/wishlist button and link the image.

Step 1 :

Open the file in this path  /wp-content/themes/kids-world/functions.php using some editor like DreamWeaver and scroll to end of the file and append the attached code.

Step 2:

After that get into Admin Panel > Appearance > Kids World option > Layout > Custom CSS > Enable Custom CSS > Yes > Pasted the below css code inside the text area > Save All.

.woocommerce ul.products li.product .product-buttons-wrapper { display: none; }

.woocommerce ul.products li.product .product-thumb:after { content: none; }

Leave A Comment?

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