Hi,
1. For hide date please use this custom css
div.search-result time{display:none}
2. Please open to edit sf-header.php at /themes/dante/includes .
Find this code
$search_results_ouput .= "<h6>".$post_type[$key]->labels->name."</h6>";
Replace with
$labn=($post_type[$key]->labels->name == 'Portfolio') ? 'Product' : $post_type[$key]->labels->name;
$search_results_ouput .= "<h6>".$labn."</h6>";
Thanks ๐
With Best Regards
Swift Ideas