Icons Only

how can i just leave the icons alone on the top section? for example:

just the head icon for my account, cart icon for the cart (without the cart is empty) so just the icons without the text.

any help would be appreciated.

thanks

Try to add the following code to the CSS section of the Theme editor

.ty-account-info__title span, .ty-minicart-title span {
    display: none;
}

http://prntscr.com/ekyuay