Hi!
Can anyone help me to change my mobile navigation. I want the mobile navigation menu in my theme to not show up all uppercase letters. There is no option for this in the theme settings.
Another problem is that the menu should be already out folded and always show on top of our banner and other pop ups.
As you can see now. Our pop up is blocking some of the navigation menu.
Hope someone can help me
@Alexvibber Can you please send me the store url?
Yes sure! The url is www.Luxvuf.dk
Hi @Alexvibber ,
Go to Assets > theme.scss.liquid and paste this at the bottom of the file:
.mobile-nav a{
text-transform: none !important;
}
#mobile-drawer{
top: 30px !important;
}
Hope it helps!
Wow! It worked. Thank you very much!
Do you know how to avoid the mobile navigation to collapse. So it just always shows opened?
Hi @Alexvibber ,
You want it to always show this:
Please explain more about it, I will help you check it.
If it helped you solve your issue, please mark it as a solution. Thank you and good luck.