Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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
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!
Hi,
did you fin the solution to have the Language And Country Selector In Menu-Drawer? Can you share the solution with us?
Thanks