Hello ,
I am trying to add related products to a sidebar in single product page . Its working fine with this code echo "<div class='product_column product_column_".$avia_config['shop_single_column']."'>";
woocommerce_related_products(4,1);
echo "</div>";
but i want to remove the hover over from the related products and change size of image














