Site logo

Archived topic

Hide secondary menu from guest/users mobile

5 replies · Started by amanda on July 9, 2017

Viewing posts 1–6 of 6

I looked up how to hid the secondary menu for mobile for this theme. I want to hide it completely from mobile users but desktop users can see it. Is there any way to do that?

Try this CSS:

@media (max-width: 768px) {
    .secondary-navigation {
        display: none;
    }
}

Hi Tom,
thanks a lot. This is very useful. Maybe this could be an option if we use a third navigation for mobile devices?

Best, Daniel

Not sure what you mean?

Can you link me to the page and see which menu you are trying to hide?

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 2017 which is a bit old.

Thanks!

This archived topic is closed to new replies.