How can I change these icons to say ‘Search’ ‘Account’ ‘Cart’

A user wants to replace icon graphics for Search, Account, and Cart with text labels on their Shopify store.
Proposed Solutions:
base.css using ::after pseudo-elements with content properties to display text labelsdisplay: noneOngoing Issues:
Current Status:
The discussion remains open with unresolved formatting and styling challenges. Multiple users are requesting similar customizations and offering collaboration to implement the changes directly in the theme code.
.header__icon--search::after {
content: 'Search';
position: absolute;
top: 50%;
}
.header__icon--account::after {
content: 'Account';
position: absolute;
}
.header__icon--cart::after {
content: 'cart';
position: absolute;
}
.header__icon--search span, .header__icon--account svg, .header__icon--cart svg{
display: none;
}
Hello @byanymeans !
Hope you are doing well.
I can help you with changing the icon to text by doing custom changes to your theme. Need to do some CSS changes as well.
Do to changes I needed access to your store. Do let me know your thoughts so that I can send you collaboration request.
Thank you!
Hello @byanymeans
You need to change the code to Text in the 3 positions :
For Search: https://prnt.sc/cFXhIJoWtLB5
For Account : Screenshot by Lightshot
For Cart: https://prnt.sc/SOpD4zMHcBZc
I hope the above is useful to you.
Best regards,
GemPages Support Team
Hi @infoatcodelab7 ,
Thanks for your reply. All looks good except when something is added to the cart it looks like this.

Is there a way to change it to just (1) and obviously dynamic so if there is more than 1 item in the cart it adjusts accordingly. Is it possible for these words to have the underline highlight effect when hovered over like the other menu items (shop, contact, about)?
Hi @GemPages
Change them to what sorry? The current screenshots are just of my existing code
Hi. Yes you can send a request through
Hi!
I wanted my cart and search text to be in all caps when I change content: ‘cart’; to content: ‘CART’; it takes away the space between the two. Anyway to fix this?
Hi!
If this was to my comment my website is www.tylertabbaa.com
when i go to change the font the space between the search and cart go away. Im unsure why
Can you help me with this? I’m also having trouble?