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
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025