Replace the currency selection switch

Solved

Replace the currency selection switch

ecom_armenia
Shopify Partner
16 0 2

Hello, please tell me how can I move the switch from the bottom left corner to the top right corner, next to the site language selection? But only in the desktop version, the mobile version should remain by default in the lower left corner. Thank you very much. Currency conversion application BEST Currency ConverterUntitled.jpg

Accepted Solution (1)

BSSCommerce-B2B
Shopify Partner
1739 524 584

This is an accepted solution.

Hi @ecom_armenia 
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

View solution in original post

Replies 5 (5)

BSSCommerce-B2B
Shopify Partner
1739 524 584

This is an accepted solution.

Hi @ecom_armenia 
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

ecom_armenia
Shopify Partner
16 0 2

Hello i write you in private message. Thank you.

BSSCommerce-B2B
Shopify Partner
1739 524 584

open your file css and insert the below code at the bottom:

@media (min-width: 768px) {
.doubly-float {
    top: 10px !important;
    right: 100px !important;
    bottom: auto !important;
    left: auto !important;
}
}

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

ecom_armenia
Shopify Partner
16 0 2

thank you very much

BSSCommerce-B2B
Shopify Partner
1739 524 584

I am happy to see that my suggestion helped you solve

Would you mind giving me a like and mark solution: https://community.shopify.com/c/technical-q-a/replace-the-currency-selection-switch/m-p/2632445/high...

This can be a reference for other merchants if they have an issue like you and greatly motivate me to contribute to community.

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now