Comments 11RanebrookZina started the conversationDecember 17, 2021 at 5:38pmHello Could I ask, if it's possible to hide one menu item on the mobile menu only? I need it on the desktop version, but not on mobile devices. The item I need to hide is - Newsletter signup. Many thanks 2,958Andrew repliedDecember 17, 2021 at 6:19pmHi there, Use the following CSS. .off-canvas-menu-container.mobile-only li.menu-item-53 { display: none; } Regards,1 Like 11RanebrookZina repliedDecember 18, 2021 at 9:24amWorked perfectly, thank you. 1 Like 198neerajs repliedFebruary 22, 2022 at 9:33amHi,Can you also show me where exactly should I paste the CSS code? 1,877Judith repliedFebruary 22, 2022 at 9:49amHi There,Please paste in css custom code under Salient > General Settings > CSS/Script Related.Thanks. Sign in to reply ...
Hello
Could I ask, if it's possible to hide one menu item on the mobile menu only? I need it on the desktop version, but not on mobile devices. The item I need to hide is - Newsletter signup.
Many thanks
Hi there,
Use the following CSS.
Regards,
Worked perfectly, thank you.
Hi,
Can you also show me where exactly should I paste the CSS code?
Hi There,
Please paste in css custom code under Salient > General Settings > CSS/Script Related.
Thanks.