Telephone number

Hi, could you please tell me how I can either add a telephone number to the main navigation bar or remove MY ACCOUNT and LOGOUT from top nav bar leaving the telephone number only? Thank you

Hello Jane,

You can remove the MY ACCOUNT and LOGOUT from top nav bar by going to Appearance >> Customize >> Custom CSS and JS >> Custom CSS box and copy paste the CSS below there:

ul.top-user-panel {
display: none;
}

Thank you