How can I hide / remove the currency selector at the sidebar for mobile? (DAWN)

Solved

How can I hide / remove the currency selector at the sidebar for mobile? (DAWN)

timmyshe
Tourist
5 0 1

I would like to keep the language selector but remove the currency selector. 
It would be great if anyone can help. Thank you.

 

cap.png

Accepted Solution (1)
Rahul_dhiman
Shopify Partner
810 155 170

This is an accepted solution.

Go to online store ----> themes ----> actions ----> edit code ----> assets ----> component-localization-form.css
add this code at the end of the file and save.

form#HeaderCountryMobileForm:nth-child(1) {
display: none !important;
}

result
54.png

If this was helpful, hit the like button and accept the solution.
Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

View solution in original post

Replies 3 (3)

Rahul_dhiman
Shopify Partner
810 155 170

Hello @timmyshe 
Please provide the password of your store

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

timmyshe
Tourist
5 0 1

Hided

Rahul_dhiman
Shopify Partner
810 155 170

This is an accepted solution.

Go to online store ----> themes ----> actions ----> edit code ----> assets ----> component-localization-form.css
add this code at the end of the file and save.

form#HeaderCountryMobileForm:nth-child(1) {
display: none !important;
}

result
54.png

If this was helpful, hit the like button and accept the solution.
Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages