Currency Selector Adjustment in the Header.

Solved

Currency Selector Adjustment in the Header.

CreatorTim
Navigator
471 1 71

Hey guys, I want to adjust the currency selector in the header.

 

  1. I want to remove the underline when hovering over it.
  2. I want to set it the same size and the same emphasis as the menu items.
  3. I want to remove the arrow on the right.
  4. When you click on it, a dropdown will appear with the country selection, and for that, I want to remove the search bar and round the corners.

Here’s my store URL: https://1049xn-ya.myshopify.com/

 

Thank you so much,
Tim

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
12019 2349 2529

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

Screenshot 2024-12-23 at 14.27.37.png

- 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.

View solution in original post

Replies 3 (3)

suyash1
Shopify Partner
11077 1365 1746

@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;}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com

Dan-From-Ryviu
Shopify Partner
12019 2349 2529

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

Screenshot 2024-12-23 at 14.27.37.png

- 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.

oscprofessional
Shopify Partner
16405 2444 3195

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

 

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...