I found the .php file i needed to edit to hide the field but this will need to be done every time the plugin updates..
<?php
if(get_option(‘uwa_hide_product_condition_field’, ‘no’) == ‘yes’){
$uwa_auction_condition = $product->get_uwa_condition();
?>
<p class=”uwa_auction_condition”>
<?php _e(‘Item condition:’, ‘woo_ua’); ?>
<span class=”uwa_auction_current_condition”>
<?php _e($uwa_auction_condition,’woo_ua’ ) ?>
</span>
</p>
I’m not a coder so i don’t know how to write a code to change it using .css or snippet, can anyone help?? ^^