Hi guys,
Is there a way I can disable the mobile menu in Astra? I’m using the free version.
Thank you
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Hi Pros 🙂
I’m a beginner and I’ve quite the opposite problem – there’s no burger/mobile-menu at all? Why?
I’m using the free Astra version.
http://www.isental-open-art.de
Thanx
Ahh, find it. 🙂
Glad you figured it out. 🙂
Hi @Ancotha! Welcome to wp-ask.com. Let me try to help you solve the issue. That is definitely weird. Have you tried doing basic troubleshooting? Like deactivating all the plugins first and re-activating them again one by one checking which plugin may have caused the issue?
Thanks.
Hi michaelburge, you can use the following CSS code to disable the mobile menu by hiding the burger button.
.ast-mobile-menu-buttons {
display: none;
}
Hope that helps. Good luck.
Can you help me disable only the menu search on mobile?
Hi @romac, I have not seen any mobile menu search on any of our installed Astra demo here. Can you provide the link of your live site so I can help you better? Thanks and welcome to the community.
Worked like a charm. Thanks taking time to help out, aldinlapinig. Appreciate it.
Glad to help. Take care.
Thanks for this thread. Saved me time. More power
Where can we add this code?
I am new in these things.
Could you please advice simply where to add it?
In theme header or where
Generally, you can go to Appearance >> Customize >> Additional CSS
And add the code there.