I just removed this file. Am I right?
<!-- TOP INFO LINKS -->
<span class="top-info not767<?php if( osc_is_web_user_logged_in() ) { ?> logged<?php } ?>">
<div class="mb-tool-cover">
<span class="open"><?php _e('Information', 'zara'); ?><i class="fa fa-angle-down"></i></span>
<div id="info-wrap" class="mb-tool-wrap">
<div class="mb-tool-cover">
<div id="info-box">
<div class="what"><i class="fa fa-question-circle"></i><?php _e('For more information about our classifieds, please check following links.', 'zara'); ?></div>
<?php osc_reset_static_pages(); ?>
<?php while(osc_has_static_pages()) { ?>
<span><a href="<?php echo osc_static_page_url(); ?>" title="<?php echo osc_esc_html(osc_static_page_title()); ?>"><?php echo ucfirst(osc_static_page_title());?></a></span>
<?php } ?>
</div>
</div>
</div>
</div>
</span>