Archived topic
UberMenu and Menu link in mobile view
3 replies · Started by rex wickham on April 20, 2018
Hi
My site is showing two menus when in mobile view. The second one is from Ubermenu and actually works!
https://imagebin.ca/v/3z1upRPSahWg
I tried hiding the GP/WP generated menu with CSS I found on your site but it only removed the word 'Menu' not the entire bar.
Any suggestions would be great, thankyou
Hi there,
Try this CSS:
@media (max-width: 768px) {
body .main-navigation .menu-toggle {
display: none;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
That's great and works perfectly. Thankyou Leo.
No problem :)