How to remove My cart & account options in top header bar?

Hi there! I am using tyche theme for my website cheapestgranites.com the theme is awsome but i dont want the my cart & account option in the top header bar which is shown below attached picture, please help me how to remove those options and add phone number in that place.
p.s : i have less coding language please suggest some easy method.
Thanks in advance.

Hello there,

I hope you are doing well today.

You can use the following CSS code to remove the account items by going to Appearance > Customize > Additional CSS and pasting it there.


/*Account item removal*/
.top-header-bar-container .top-header-bar li.top-cart {
    display: none;
}
.top-header-bar-container .top-header-bar li.top-account {
    display: none;
}

As for adding the phone number, you can try using the following plugin:

Best Regards,
Support

Thanks so much! It worked properly. :slight_smile:

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support