Shopify themes, liquid, logos, and UX
I have changed my cart icon to the word Cart. I have changed the account icon to the word Login. Now I am trying to change the magnifying glass to the word search instead and properly space out the words like it is for Home and Catalog on the left side. Picture attached. Thanks in advance!
Solved! Go to the solution
@cinderella518 this will need some css changes, can you share this page link?
@cinderella518 - password to view page?
geefle - sorry I didn't see your message first - at this point I will take all the help I can get 😊
Hello @cinderella518
Please share the store password with me.
geefle
Hello @cinderella518
Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.
.header__icon--search .svg-wrapper {
display: none;
}
.header__icon--search::after {
content: "Search";
font-size: 16px;
color: inherit;
}
.header__icon, .header__icon--cart .icon {
height: 0.1rem;
width: 5.4rem;
}
a#cart-icon-bubble {
margin-left: 10px;
}
This is an accepted solution.
thank you!!!!
I can't find the base.css in my code. I'm using the wonder theme. Is there another name for it instead?
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025