Archived topic
How to disable completely the mobile on the secondary menu
3 replies · Started by Angel on February 22, 2018
Hi,
I have read the docs:
https://docs.generatepress.com/article/disable-secondary-navigation-mobile-menu/
But I do not want to disable the secondary "mobile" I want to disable completely the menu, so it does not appear when the size is mobile.
Any ideas?
Thanks!
Hi there,
Try this CSS:
@media (max-width: 768px) {
.secondary-navigation {
display: none;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
How can I turn off Secondary Menu on Mobile without relying on css.
Why?
Because on desktop Google PageSpeed Insights drops my score from 100 to 93 for a Cumulative Layout Shift (CLS) greater than 1. While the mobile version still scores 100.
Can you open a new topic for your question?
This one is from 2018 which is a bit old.
Thanks!