Hi mw75!
Please add following code to Functions.php in Appearance > Editor
function add_custom_target(){
?>
<script>
jQuery(window).load(function(){
jQuery('.avia_partner_widget a').removeAttr('target');
});
</script>
<?php
}
add_action('wp_footer', 'add_custom_target');
Best regards,
Yigit