Hi,
1. Please remove following code in /templates/headers/header4.php file in travelo theme directory.
<?php if ( ! empty( $my_account_page ) ) { ?>
<li><a href="<?php echo esc_url( $my_account_page ); ?>"<?php echo ( $my_account_page == '#travelo-login' )?' class="soap-popupbox"':'' ?>><?php _e( 'MY ACCOUNT', 'trav' ) ?></a></li>
<?php } ?>
And please use following css code in theme options panel to hide labels in search form. http://prntscr.com/nef9kd
.search-box-wrapper .search-tab-content h4.title { display: none !important; }
.search-tab-content .fixheight { padding-top: 0px !important; }
Regards, C-Themes