How to Change The Account Icon to Text (Taste Theme)

Hi,

I have been setting up my account / login page using the Taste Theme.

I am looking to change the account icon to “account” text in the top corner.

Any help would be very much appreciated with this. Thank you,

Tyler

Hello, are you aware of the code that I can use?

To change the account icon to “account” text in the top corner of your account/login page in the Taste theme, you can follow these steps:

  1. Go to your Shopify admin panel.
  2. Click on Online Store > Themes.
  3. Find the Taste theme and click on Actions > Edit code.
  4. Scroll down to the bottom of the file and add the following code:
.site-header__account { display: none; } .site-header__account::after { content: "Account"; display: block; font-size: 14px; margin-top: 2px; }
  1. Click on Save and refresh your website to see the changes.

This code will hide the account icon and add the “Account” text in its place. You can adjust the font size and margin top values to your liking.

I tried putting this at the bottom of base.css and it didn’t work. Which file do I put this code under?

https://community.shopify.com/c/shopify-design/anstatt-accountsymbol-ein-login-text/td-p/2144692