how to remove some pages from mobile menu

Posted in: Newspaper
Post count: 28

need to delete some pages from the mobile menu , please tell me how can I do that ?

Post count: 22421

Hello,

If you use the mobile theme then you will be able to simply create a separate menu for your mobile, version: https://forum.tagdiv.com/the-mobile-theme/
If you do not use the plugin, then please provide a link to your site and specify which menu items you want removed from mobile devices and I will provide the proper css code for it.

Thanks.

Post count: 28

https://dointerior.ru/
page you want to delete from the mobile menu https://dointerior.ru/planirovshhik

Post count: 22421

Hi,

Please add this css code in the theme panel-> custom css box:
@media (max-width:767px){
.menu-item-346{
display:none;
}
}

Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.