I want to change search button to text search and account to text login

I want to change search button to text search and account to text login

attackon
Explorer
117 0 21

Screenshot 2024-06-26 at 11.20.24.pngI want to change my store https://swawe.store/products/desert-landscape like this below 
Screenshot 2024-06-26 at 11.38.59.png

Replies 2 (2)

EBOOST
Shopify Partner
1399 351 432

Hi @attackon ,


May I suggest to update code these steps:

1. Go to Store Online-> theme -> edit code

EBOOST_1-1672356985580.png

2. Sections/header.liquid

3. Find "<account-icon>"

4. Refer screenshot below to update code

EBOOST_0-1719385168456.png

5. Find "<details-modal class="header__search">"

6. Refer screenshot below to update code

EBOOST_1-1719385308030.png

 

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips

Dan-From-Ryviu
Shopify Partner
11742 2303 2487

Hi @attackon 

You can add this code to your theme.liquid file, after <head> in Online Store > Themes > Edit code 

<style>
a.header__icon--account:after { 
content: 'Login'; 
position: absolute;
}
.header__icon--search > span:after {
content: 'Search';
}
.header__icon--search { text-decoration: unset !important; }
.header__icon--account svg,
.header__icon--search svg { opacity: 0 !important; }
</style>

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.