Happening now! Shopify Community AMA: Building a Marketing Budget with 2H Media | Ask your marketing budget questions now!

Moving currency to the right side on nav bar

Solved

Moving currency to the right side on nav bar

Blindeagle
New Member
8 0 0

Hi there guys, working on a site and trying to figure out how to move the currency menu list I've made to the right side of the cart if possible. So it should go "Menu item 1" "Menu item 2" "Cart" "Eur"

 

Site : https://the-assembly-line-shop.myshopify.com/ 

 

Also an extra question if possible, how hard is it to put icons for the multi currency on that list? So for euro to have the euro flga, USD to have amercia flag etc etc

 

Thank you for all the help 

 

Ali 

Accepted Solution (1)

oscprofessional
Shopify Partner
16344 2438 3180

This is an accepted solution.

Hello ,

Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid

.main-menu.accessibleNav {
    display: flex !important;
}
.nav-wrapper ul li:nth-child(3) {
    order: 4 !important;
}
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...

View solution in original post

Replies 3 (3)

oscprofessional
Shopify Partner
16344 2438 3180

This is an accepted solution.

Hello ,

Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid

.main-menu.accessibleNav {
    display: flex !important;
}
.nav-wrapper ul li:nth-child(3) {
    order: 4 !important;
}
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...
Blindeagle
New Member
8 0 0

Thanks 

Shiffy
Visitor
1 0 0

How would this work on my site https://www.kitchenartcanada.com/ ?

It uses the Prestige theme. The currency doesn't even show up on the mobile navigation at all. I'd like it to always be there on the right side, alongside the shopping bag icon.

 

Thank you.