Remove X Theme catalog thumbnails
<?php
add_action( 'init', 'iconic_remove_x_theme_thumbnails' );
function iconic_remove_x_theme_thumbnails() {
remove_action( 'woocommerce_before_shop_loop_item_title', 'x_woocommerce_shop_product_thumbnails', 10 );
}