What's your biggest current challenge? Have your say in Community Polls along the right column.

Removing Currency Switcher on Header

Solved

Removing Currency Switcher on Header

TuneToyz
Explorer
90 0 22

 

Hello my website is tunetoyz.com and I watch to remove this country currency switcher on my header. Can someone please help me. 
Thank you so much!

Screen Shot 2024-11-09 at 10.21.53 PM.png

Accepted Solution (1)

devcoders
Shopify Partner
564 80 142

This is an accepted solution.

Hello @TuneToyz 

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.

 

.desktop-localization-wrapper {
    display: none;
}

 

devcoders_0-1731220331810.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!

View solution in original post

Replies 2 (2)

devcoders
Shopify Partner
564 80 142

This is an accepted solution.

Hello @TuneToyz 

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.

 

.desktop-localization-wrapper {
    display: none;
}

 

devcoders_0-1731220331810.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!
devcoders
Shopify Partner
564 80 142

Hello @TuneToyz

 

You're very welcome! I'm thrilled to hear that you're pleased with the outcome. Don't hesitate to reach out if you need further assistance.

like and accepting the All solution. Thank you!

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!