Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hello I want to change these icons to a custom text in Spanish. Can these be changed to text?
Solved! Go to the solution
This is an accepted solution.
Hi @RevelationMex You should try the following steps and let me know if it works for you
1. In your Shopify Admin go to online store > themes > actions > edit code
2. 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; }
This is an accepted solution.
Hi @RevelationMex You should try the following steps and let me know if it works for you
1. In your Shopify Admin go to online store > themes > actions > edit code
2. 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; }
How can I fix these it makes all of them be in top of another
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025