Hi!
I’m trying to hide a specific page from mobile view, I found another post with the same question and you gave him this alternatives:
Hide menu
@media only screen and (max-width: 480px) {
#menu-item-59 { display: none !important; }}
Hide page
@media only screen and (max-width: 480px) {
.page-id-88{ display: none !important; }}
But I can’t make them work, I tried with multiple pages without any success.
Thank you!
Hi!
Set a class of noMobile to the elements you don’t want in the mobile menu:
Best regards,
Josue
Hi Josue!
Thank you for the quick response! Just another question, how do I enable that field “CSS Classes”, I just have the Title Atribute and Navigation Label.
Thanks again!
Hey!
Look for Screen Options (top right) > Show advanced menu properties > CSS Classes.
Regards,
Josue
Great! Thanks a lot!
You are welcome, always glad to help :)
Regards,
Josue