Okay
  Public Ticket #3421813
Remove Button in Nav Bar on desktop only
Closed

Comments

  • weareindividualb2b started the conversation

    How can i remove the button from Nav Bar on desktop devices only and display it only on mobile.
    Thanks

  •  354
    Pat replied

    Hi there,

    Try the following CSS:

    @media only screen and (min-width: 1000px){
        ul.sf-menu li.menu-item-742{
            display:none !important;
        }
    }

    add it to salient \ general settings - css script related - custom css code.

    Cheers.

    Salient Theme Support