Shopify themes, liquid, logos, and UX
Hey guys, I want to adjust the currency selector in the header.
Here’s my store URL: https://1049xn-ya.myshopify.com/
Thank you so much,
Tim
Solved! Go to the solution
This is an accepted solution.
Hi @CreatorTim
Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings
.desktop-localization-wrapper .localization-form__select > span {
text-transform: uppercase;
font-size: 13px;
}
.header-localization .disclosure .localization-form__select:hover {
text-decoration: none !important;
}
.localization-form__select .icon-caret,
.desktop-localization-wrapper .country-filter > .field {
display: none;
}
- 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.
- 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.
- Enjoy 1 month of Shopify for $1. Sign up now.
@CreatorTim please add this css to the very end of your base.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> base.css
.header-localization .disclosure .localization-form__select:hover{text-decoration: none !important;}
.country-filter .field{display: none;}
.disclosure svg.icon.icon-caret{display: none;}
This is an accepted solution.
Hi @CreatorTim
Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings
.desktop-localization-wrapper .localization-form__select > span {
text-transform: uppercase;
font-size: 13px;
}
.header-localization .disclosure .localization-form__select:hover {
text-decoration: none !important;
}
.localization-form__select .icon-caret,
.desktop-localization-wrapper .country-filter > .field {
display: none;
}
- 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.
- 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.
- Enjoy 1 month of Shopify for $1. Sign up now.
Hello @CreatorTim
Go to Shopify Admin -> Online Store ->Theme -> Edit code -> base.css
- Added below code in your base.css file
.header-localization:not(.menu-drawer__localization) .localization-form:only-child .localization-form__select:hover {
text-decoration: none;
}
.header-localization:not(.menu-drawer__localization) localization-form:only-child .localization-form__select>span {
text-transform: uppercase;
}
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025