Hi @RevelationMex You should try the following steps and let me know if it works for you
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset > base.css and paste this at the bottom of the file:
.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;
}