Okay
  Public Ticket #2940591
Mobile menu
Closed

Comments

  •  11
    RanebrookZina started the conversation

    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


  •  2,958
    Andrew replied

    Hi there, 

    Use the following CSS.

    .off-canvas-menu-container.mobile-only li.menu-item-53 {
        display: none;
    }
    

    Regards,

  •  11
    RanebrookZina replied

    Worked perfectly, thank you. 

  •  1
    98neerajs replied

    Hi,

    Can you also show me where exactly should I paste the CSS code?

  •  1,877
    Judith replied

    Hi There,

    Please paste in css custom code under Salient > General Settings > CSS/Script Related.

    Thanks.