Re: Dawn Theme: language and country selector in menu-drawer

Dawn Theme: language and country selector in menu-drawer

nd500
Excursionist
43 0 13

Hello,

1. Language and country selector in menu-drawer is not visible, how to enable?
2. When tapping outside menu drawer on mobile, it is not closing.

 

Can anybody help?

Site: https://bit.ly/3pkByeZ

 

Replies 2 (2)

LitCommerce
Astronaut
2860 684 749

Hi @nd500,

#1: Dawn only supports "language and country selector" in the site footer, so you won't be able to enable it in the drawer menu.

If you want to change it, you can only hire professionals, because it is a complicated requirement and you need to change a lot of steps.

#2: Go to Assets > base.css and paste this at the bottom of the file:

.header__icon--menu[aria-expanded=true]:before {
    content: "";
    top: 100%;
    left: 0;
    height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
    width: 100%;
    display: block;
    position: absolute;
    background: rgba(var(--color-foreground),.5);
}

Hope it helps!

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!

Jimib
Visitor
1 0 1

Hi,
did you fin the solution to have the Language And Country Selector In Menu-Drawer? Can you share the solution with us?

Thanks