/* Hide the Customer Info link */
.customer-info > a:nth-child(1) {
    display: none;
}