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

swawestore
Explorer
114 0 18

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
1282 326 385

Hi @swawestore ,


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
- ❤❤DONATE ❤❤Coffee tips

Dan-From-Ryviu
Shopify Partner
10791 2134 2253

Hi @swawestore 

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>

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.