Change search icon to the word Search in the header of Dawn theme.

Solved

Change search icon to the word Search in the header of Dawn theme.

cinderella518
Excursionist
30 3 21

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!header.jpg

Accepted Solution (1)
cinderella518
Excursionist
30 3 21

This is an accepted solution.

Replies 9 (9)

suyash1
Shopify Partner
10882 1348 1720

@cinderella518 this will need some css changes, can you share this page link?

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
cinderella518
Excursionist
30 3 21
suyash1
Shopify Partner
10882 1348 1720

@cinderella518 - password to view page?

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
cinderella518
Excursionist
30 3 21

geefle - sorry I didn't see your message first - at this point I will take all the help I can get 😊

devcoders
Shopify Partner
1326 157 379

Hello @cinderella518 
Please share the store password with me.

devcoders_0-1742836294743.png

 

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
cinderella518
Excursionist
30 3 21

geefle

devcoders
Shopify Partner
1326 157 379

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;
}

 

devcoders_0-1742837333645.png

 



Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
cinderella518
Excursionist
30 3 21

This is an accepted solution.

thank you!!!!

visitor1231
Visitor
3 0 3

I can't find the base.css in my code. I'm using the wonder theme. Is there another name for it instead?