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
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:
.site-header__account { display: none; } .site-header__account::after { content: "Account"; display: block; font-size: 14px; margin-top: 2px; }
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?