Remove the images from related products (woocommerce)

Hello. Can somebody be so kind and give me the CSS code to remove the images from the related products element in single product layout ? My Products do not have images and I only want to add to cart button to be seen in related products.

thanks in advance because i know theme.co support is great

Hello @svenack,

Thanks for writing to us.

To remove the related product featured image you can use this custom CSS code under Theme Options —>CSS

.single-product .related img {
display: none;
} 

Please note that the code provided above serves as a guide only and it would ultimately be your responsibility to take it from here. If you are unfamiliar with code and resolving potential conflicts, you may opt-in on our One service for further assistance.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.