@ads365
Locate this code in your themes file
<div id="report" class="noselect tr1"><i class="fa fa-flag-o"></i></a><p><font color="black"><strong>Report user.</strong></p>
<a href="#" title="<?php echo osc_esc_html(__('Report item', 'stela')); ?>">
<div class="cont-wrap">
<div class="cont">
<a id="item_spam" class="reports" href="<?php echo osc_item_link_spam() ; ?>" rel="nofollow"><?php _e('scam', 'stela') ; ?></a>
<a id="item_bad_category" class="reports" href="<?php echo osc_item_link_bad_category() ; ?>" rel="nofollow"><?php _e('misclassified', 'stela') ; ?></a>
<a id="item_repeated" class="reports" href="<?php echo osc_item_link_repeated() ; ?>" rel="nofollow"><?php _e('duplicated', 'stela') ; ?></a>
<a id="item_expired" class="reports" href="<?php echo osc_item_link_expired() ; ?>" rel="nofollow"><?php _e('expired', 'stela') ; ?></a>
<a id="item_offensive" class="reports" href="<?php echo osc_item_link_offensive() ; ?>" rel="nofollow"><?php _e('offensive', 'stela') ; ?></a>
</div>
</div>
</div>
AND CHANGE IT TO THIS
<div id="report" class="noselect tr1"><i class="-o"></i></a><p><font color="black"><strong></strong></p>
<a href="#" title="<?php echo osc_esc_html(__('', 'stela')); ?>">
<div class="cont-wrap">
<div class="cont">
<a id= class="" href="() ; ?>" rel="nofollow"><?php _e('', 'stela') ; ?></a>
<a id="" class="" href="<() ; ?>" rel="nofollow"><?php _e('', 'stela') ; ?></a>
<a id="" class="" href="<() ; ?>" rel="nofollow"><?php _e('', 'stela') ; ?></a>
<a id="" class="" href="<() ; ?>" rel="nofollow"><?php _e('', 'stela') ; ?></a>
<a id="" class="" href="() ; ?>" rel="nofollow"><?php _e('', 'stela') ; ?></a>
</div>
</div>
</div>